Color spaces of #dfe7dd
RGB | 223 | 231 | 221 |
---|---|---|---|
HSL | 0.30 | 0.17 | 0.89 |
HSV | 108° | 4° | 91° |
CMYK | 0.03 | 0.00 | 0.04 0.09 |
XYZ | 72.0585 | 78.0603 | 79.6759 |
Yxy | 78.0603 | 0.3136 | 0.3397 |
Hunter Lab | 88.3517 | -9.0333 | 8.3783 |
CIE-Lab | 90.8074 | -4.4600 | 3.9241 |
#dfe7dd color RGB value is (223,231,221).
#dfe7dd hex color red value is 223, green value is 231 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dfe7dd hue: 0.30 , saturation: 0.17 and the lightness value of dfe7dd is 0.89.
The process color (four color CMYK) of #dfe7dd color hex is 0.03, 0.00, 0.04, 0.09. Web safe color of #dfe7dd is #ccffcc. Color #dfe7dd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11100111 | 11011101 |
Octal | 337 | 347 | 335 |
Decimal | 223 | 231 | 221 |
Hex | DF | E7 | DD |
Shades of #dfe7dd
Tints of #dfe7dd
RGB Percentages of Color #dfe7dd
CMYK Percentages of Color #dfe7dd
Complementary Color
#dfe7dd | #e5dde7 |
#dfe7dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfe7dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfe7dd Color CSS Codes
.mybgcolor {background-color:#dfe7dd; } .myforecolor {color:#dfe7dd; } .mybordercolor {border:3px solid #dfe7dd; }
#dfe7dd Text Font Color
<p style="color:#dfe7dd">Text here</p>
This sample text font color is #dfe7dd
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.
#dfe7dd Background Color
<div style="background-color:#dfe7dd">
Div content here</div>
This div background color is #dfe7dd
#dfe7dd Border Color
<div style="border:3px solid #dfe7dd">
Div here</div>
This div border color is #dfe7dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,231,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfe7dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfe7dd; -webkit-box-shadow: 1px 1px 3px 2px #dfe7dd; box-shadow: 1px 1px 3px 2px #dfe7dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,231,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfe7dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfe7dd; -webkit-box-shadow: 1px 1px 3px 2px #dfe7dd; box-shadow: 1px 1px 3px 2px #dfe7dd;">
Div content here</div>
This div box has shadow with color #dfe7dd
Comments
No comments written yet.
Please login to write comment.