Shades of Frostee #DCECD1
Tints of Frostee #DCECD1
RGB
CMYK
RGB Variations
Color information
#DCECD1 (or 0xDCECD1) is known color: Frostee. HEX triplet: DC, EC and D1. RGB value is (220,236,209). Sum of RGB (Red+Green+Blue) = 220+236+209=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 209 (82.03% from 255 or 31.43% from 665); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECD1 is #23132E. Grayscale: #E4E4E4. Windows color (decimal): -2298671 or 13757660. OLE color: 13757660.
HSL color Cylindrical-coordinate representation of color #DCECD1: hue angle of 95.56º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCECD1 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 209 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.07 |
| HSL | 95.56º | 0.42% | 0.87% | - |
| HSV(B) | 95.56º | 0.11% | 0.93% | - |
| XYZ | 71.02 | 79.81 | 71.98 | - |
| YUV | 228.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 209 | 0.07 | 0 | 0.11 | 0.07 | 95.56 | 0.42 | 0.87 |
| Hex | DC | EC | D1 | 7 | 0 | B | 7 | 60 | 2A | 57 |
| Octal | 334 | 354 | 321 | 7 | 0 | 13 | 7 | 140 | 52 | 127 |
| Binary | 11011100 | 11101100 | 11010001 | 111 | 0 | 1011 | 111 | 1100000 | 101010 | 1010111 |
Color Harmonies of #DCECD1
Complementary color
Monochromatic Colors of #DCECD1
Black with #DCECD1
Text Example
Text Example
White with #DCECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECD1; }
p { color: rgb(220,236,209); }
H1.HeaderClassName
{
color: #DCECD1;
}
.AnyTagClassName
{
color: #DCECD1;
}
</style>
background-color css
<style>
a { background-color: #DCECD1; }
a { background-color: rgb(220,236,209); }
div.DivClassName
{
background-color: #DCECD1;
}
.BgClassName
{
background-color: #DCECD1;
}
</style>
border-color css
<style>
span { border-color: #DCECD1; }
span { border-color: rgb(220,236,209); }
td.TdClassName
{
border-color: #DCECD1;
}
.TagClassName
{
border-color: #DCECD1;
}
</style>