Shades of Frostee #DCEDC9
Tints of Frostee #DCEDC9
RGB
CMYK
RGB Variations
Color information
#DCEDC9 (or 0xDCEDC9) is known color: Frostee. HEX triplet: DC, ED and C9. RGB value is (220,237,201). Sum of RGB (Red+Green+Blue) = 220+237+201=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 201 (78.91% from 255 or 30.55% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDC9 is #231236. Grayscale: #E3E3E3. Windows color (decimal): -2298423 or 13233628. OLE color: 13233628.
HSL color Cylindrical-coordinate representation of color #DCEDC9: hue angle of 88.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCEDC9 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 201 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.07 |
| HSL | 88.33º | 0.5% | 0.86% | - |
| HSV(B) | 88.33º | 0.15% | 0.93% | - |
| XYZ | 70.34 | 80 | 66.99 | - |
| YUV | 227.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 201 | 0.07 | 0 | 0.15 | 0.07 | 88.33 | 0.5 | 0.86 |
| Hex | DC | ED | C9 | 7 | 0 | F | 7 | 58 | 32 | 56 |
| Octal | 334 | 355 | 311 | 7 | 0 | 17 | 7 | 130 | 62 | 126 |
| Binary | 11011100 | 11101101 | 11001001 | 111 | 0 | 1111 | 111 | 1011000 | 110010 | 1010110 |
Color Harmonies of #DCEDC9
Complementary color
Monochromatic Colors of #DCEDC9
Black with #DCEDC9
Text Example
Text Example
White with #DCEDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDC9; }
p { color: rgb(220,237,201); }
H1.HeaderClassName
{
color: #DCEDC9;
}
.AnyTagClassName
{
color: #DCEDC9;
}
</style>
background-color css
<style>
a { background-color: #DCEDC9; }
a { background-color: rgb(220,237,201); }
div.DivClassName
{
background-color: #DCEDC9;
}
.BgClassName
{
background-color: #DCEDC9;
}
</style>
border-color css
<style>
span { border-color: #DCEDC9; }
span { border-color: rgb(220,237,201); }
td.TdClassName
{
border-color: #DCEDC9;
}
.TagClassName
{
border-color: #DCEDC9;
}
</style>