Color spaces of #dde2cf
RGB | 221 | 226 | 207 |
---|---|---|---|
HSL | 0.21 | 0.25 | 0.85 |
HSV | 76° | 8° | 89° |
CMYK | 0.02 | 0.00 | 0.08 0.11 |
XYZ | 68.2776 | 74.2699 | 69.7684 |
Yxy | 74.2699 | 0.3216 | 0.3498 |
Hunter Lab | 86.1800 | -9.3952 | 12.3268 |
CIE-Lab | 89.0499 | -5.0021 | 8.6971 |
#dde2cf color RGB value is (221,226,207).
#dde2cf hex color red value is 221, green value is 226 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dde2cf hue: 0.21 , saturation: 0.25 and the lightness value of dde2cf is 0.85.
The process color (four color CMYK) of #dde2cf color hex is 0.02, 0.00, 0.08, 0.11. Web safe color of #dde2cf is #cccccc. Color #dde2cf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11100010 | 11001111 |
Octal | 335 | 342 | 317 |
Decimal | 221 | 226 | 207 |
Hex | DD | E2 | CF |
Shades of #dde2cf
Tints of #dde2cf
RGB Percentages of Color #dde2cf
CMYK Percentages of Color #dde2cf
Complementary Color
#dde2cf | #d4cfe2 |
#dde2cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dde2cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dde2cf Color CSS Codes
.mybgcolor {background-color:#dde2cf; } .myforecolor {color:#dde2cf; } .mybordercolor {border:3px solid #dde2cf; }
#dde2cf Text Font Color
<p style="color:#dde2cf">Text here</p>
This sample text font color is #dde2cf
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.
#dde2cf Background Color
<div style="background-color:#dde2cf">
Div content here</div>
This div background color is #dde2cf
#dde2cf Border Color
<div style="border:3px solid #dde2cf">
Div here</div>
This div border color is #dde2cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,226,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dde2cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dde2cf; -webkit-box-shadow: 1px 1px 3px 2px #dde2cf; box-shadow: 1px 1px 3px 2px #dde2cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,226,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dde2cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dde2cf; -webkit-box-shadow: 1px 1px 3px 2px #dde2cf; box-shadow: 1px 1px 3px 2px #dde2cf;">
Div content here</div>
This div box has shadow with color #dde2cf
Comments
No comments written yet.
Please login to write comment.