Color spaces of #dde0cd
RGB | 221 | 224 | 205 |
---|---|---|---|
HSL | 0.19 | 0.23 | 0.84 |
HSV | 69° | 8° | 88° |
CMYK | 0.01 | 0.00 | 0.08 0.12 |
XYZ | 67.4939 | 73.0912 | 68.3083 |
Yxy | 73.0912 | 0.3231 | 0.3499 |
Hunter Lab | 85.4934 | -8.6942 | 12.4733 |
CIE-Lab | 88.4912 | -4.3138 | 8.9451 |
#dde0cd color RGB value is (221,224,205).
#dde0cd hex color red value is 221, green value is 224 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dde0cd hue: 0.19 , saturation: 0.23 and the lightness value of dde0cd is 0.84.
The process color (four color CMYK) of #dde0cd color hex is 0.01, 0.00, 0.08, 0.12. Web safe color of #dde0cd is #cccccc. Color #dde0cd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11100000 | 11001101 |
Octal | 335 | 340 | 315 |
Decimal | 221 | 224 | 205 |
Hex | DD | E0 | CD |
Shades of #dde0cd
Tints of #dde0cd
RGB Percentages of Color #dde0cd
CMYK Percentages of Color #dde0cd
Complementary Color
#dde0cd | #d0cde0 |
#dde0cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dde0cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dde0cd Color CSS Codes
.mybgcolor {background-color:#dde0cd; } .myforecolor {color:#dde0cd; } .mybordercolor {border:3px solid #dde0cd; }
#dde0cd Text Font Color
<p style="color:#dde0cd">Text here</p>
This sample text font color is #dde0cd
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.
#dde0cd Background Color
<div style="background-color:#dde0cd">
Div content here</div>
This div background color is #dde0cd
#dde0cd Border Color
<div style="border:3px solid #dde0cd">
Div here</div>
This div border color is #dde0cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,224,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dde0cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dde0cd; -webkit-box-shadow: 1px 1px 3px 2px #dde0cd; box-shadow: 1px 1px 3px 2px #dde0cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,224,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dde0cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dde0cd; -webkit-box-shadow: 1px 1px 3px 2px #dde0cd; box-shadow: 1px 1px 3px 2px #dde0cd;">
Div content here</div>
This div box has shadow with color #dde0cd
#dde0cd Color Palettes
Comments
No comments written yet.
Please login to write comment.