Color spaces of #dfd2ea
RGB | 223 | 210 | 234 |
---|---|---|---|
HSL | 0.76 | 0.36 | 0.87 |
HSV | 273° | 10° | 92° |
CMYK | 0.05 | 0.10 | 0.00 0.08 |
XYZ | 68.3293 | 67.7217 | 87.3122 |
Yxy | 67.7217 | 0.3059 | 0.3032 |
Hunter Lab | 82.2932 | 4.1982 | -5.3008 |
CIE-Lab | 85.8671 | 8.8298 | -10.1767 |
#dfd2ea color RGB value is (223,210,234).
#dfd2ea hex color red value is 223, green value is 210 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dfd2ea hue: 0.76 , saturation: 0.36 and the lightness value of dfd2ea is 0.87.
The process color (four color CMYK) of #dfd2ea color hex is 0.05, 0.10, 0.00, 0.08. Web safe color of #dfd2ea is #ccccff. Color #dfd2ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11010010 | 11101010 |
Octal | 337 | 322 | 352 |
Decimal | 223 | 210 | 234 |
Hex | DF | D2 | EA |
Shades of #dfd2ea
Tints of #dfd2ea
RGB Percentages of Color #dfd2ea
CMYK Percentages of Color #dfd2ea
Complementary Color
#dfd2ea | #ddead2 |
#dfd2ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfd2ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfd2ea Color CSS Codes
.mybgcolor {background-color:#dfd2ea; } .myforecolor {color:#dfd2ea; } .mybordercolor {border:3px solid #dfd2ea; }
#dfd2ea Text Font Color
<p style="color:#dfd2ea">Text here</p>
This sample text font color is #dfd2ea
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.
#dfd2ea Background Color
<div style="background-color:#dfd2ea">
Div content here</div>
This div background color is #dfd2ea
#dfd2ea Border Color
<div style="border:3px solid #dfd2ea">
Div here</div>
This div border color is #dfd2ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,210,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfd2ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfd2ea; -webkit-box-shadow: 1px 1px 3px 2px #dfd2ea; box-shadow: 1px 1px 3px 2px #dfd2ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,210,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfd2ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfd2ea; -webkit-box-shadow: 1px 1px 3px 2px #dfd2ea; box-shadow: 1px 1px 3px 2px #dfd2ea;">
Div content here</div>
This div box has shadow with color #dfd2ea
#dfd2ea Color Palettes
Comments
No comments written yet.
Please login to write comment.