Color spaces of #dfdde5
RGB | 223 | 221 | 229 |
---|---|---|---|
HSL | 0.71 | 0.13 | 0.88 |
HSV | 255° | 3° | 90° |
CMYK | 0.03 | 0.03 | 0.00 0.10 |
XYZ | 70.4307 | 73.0580 | 84.5183 |
Yxy | 73.0580 | 0.3089 | 0.3204 |
Hunter Lab | 85.4740 | -2.4951 | 1.2047 |
CIE-Lab | 88.4754 | 2.1327 | -3.6763 |
#dfdde5 color RGB value is (223,221,229).
#dfdde5 hex color red value is 223, green value is 221 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dfdde5 hue: 0.71 , saturation: 0.13 and the lightness value of dfdde5 is 0.88.
The process color (four color CMYK) of #dfdde5 color hex is 0.03, 0.03, 0.00, 0.10. Web safe color of #dfdde5 is #cccccc. Color #dfdde5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011101 | 11100101 |
Octal | 337 | 335 | 345 |
Decimal | 223 | 221 | 229 |
Hex | DF | DD | E5 |
Shades of #dfdde5
Tints of #dfdde5
RGB Percentages of Color #dfdde5
CMYK Percentages of Color #dfdde5
Complementary Color
#dfdde5 | #e3e5dd |
#dfdde5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfdde5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfdde5 Color CSS Codes
.mybgcolor {background-color:#dfdde5; } .myforecolor {color:#dfdde5; } .mybordercolor {border:3px solid #dfdde5; }
#dfdde5 Text Font Color
<p style="color:#dfdde5">Text here</p>
This sample text font color is #dfdde5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dfdde5 Background Color
<div style="background-color:#dfdde5">
Div content here</div>
This div background color is #dfdde5
#dfdde5 Border Color
<div style="border:3px solid #dfdde5">
Div here</div>
This div border color is #dfdde5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,221,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfdde5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfdde5; -webkit-box-shadow: 1px 1px 3px 2px #dfdde5; box-shadow: 1px 1px 3px 2px #dfdde5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,221,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfdde5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfdde5; -webkit-box-shadow: 1px 1px 3px 2px #dfdde5; box-shadow: 1px 1px 3px 2px #dfdde5;">
Div content here</div>
This div box has shadow with color #dfdde5
#dfdde5 Color Palettes
Comments
No comments written yet.
Please login to write comment.