Shades of Frostee #DCEDD0
Tints of Frostee #DCEDD0
RGB
CMYK
RGB Variations
Color information
#DCEDD0 (or 0xDCEDD0) is known color: Frostee. HEX triplet: DC, ED and D0. RGB value is (220,237,208). Sum of RGB (Red+Green+Blue) = 220+237+208=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDD0 is #23122F. Grayscale: #E4E4E4. Windows color (decimal): -2298416 or 13692380. OLE color: 13692380.
HSL color Cylindrical-coordinate representation of color #DCEDD0: hue angle of 95.17º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCEDD0 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 237 | 208 | - |
CMYK | 0.07 | 0 | 0.12 | 0.07 |
HSL | 95.17º | 0.45% | 0.87% | - |
HSV(B) | 95.17º | 0.12% | 0.93% | - |
XYZ | 71.18 | 80.34 | 71.43 | - |
YUV | 228.61 | 116.37 | 121.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 208 | 0.07 | 0 | 0.12 | 0.07 | 95.17 | 0.45 | 0.87 |
Hex | DC | ED | D0 | 7 | 0 | C | 7 | 5F | 2D | 57 |
Octal | 334 | 355 | 320 | 7 | 0 | 14 | 7 | 137 | 55 | 127 |
Binary | 11011100 | 11101101 | 11010000 | 111 | 0 | 1100 | 111 | 1011111 | 101101 | 1010111 |
Color Harmonies of #DCEDD0
Complementary color
Monochromatic Colors of #DCEDD0
Black with #DCEDD0
Text Example
Text Example
White with #DCEDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDD0; }
p { color: rgb(220,237,208); }
H1.HeaderClassName
{
color: #DCEDD0;
}
.AnyTagClassName
{
color: #DCEDD0;
}
</style>
background-color css
<style>
a { background-color: #DCEDD0; }
a { background-color: rgb(220,237,208); }
div.DivClassName
{
background-color: #DCEDD0;
}
.BgClassName
{
background-color: #DCEDD0;
}
</style>
border-color css
<style>
span { border-color: #DCEDD0; }
span { border-color: rgb(220,237,208); }
td.TdClassName
{
border-color: #DCEDD0;
}
.TagClassName
{
border-color: #DCEDD0;
}
</style>