Shades of Frostee #DCEECD
Tints of Frostee #DCEECD
RGB
CMYK
RGB Variations
Color information
#DCEECD (or 0xDCEECD) is known color: Frostee. HEX triplet: DC, EE and CD. RGB value is (220,238,205). Sum of RGB (Red+Green+Blue) = 220+238+205=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEECD is #231132. Grayscale: #E4E4E4. Windows color (decimal): -2298163 or 13496028. OLE color: 13496028.
HSL color Cylindrical-coordinate representation of color #DCEECD: hue angle of 92.73º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCEECD is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 205 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.07 |
| HSL | 92.73º | 0.49% | 0.87% | - |
| HSV(B) | 92.73º | 0.14% | 0.93% | - |
| XYZ | 71.11 | 80.77 | 69.6 | - |
| YUV | 228.86 | 114.54 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 205 | 0.08 | 0 | 0.14 | 0.07 | 92.73 | 0.49 | 0.87 |
| Hex | DC | EE | CD | 8 | 0 | E | 7 | 5D | 31 | 57 |
| Octal | 334 | 356 | 315 | 10 | 0 | 16 | 7 | 135 | 61 | 127 |
| Binary | 11011100 | 11101110 | 11001101 | 1000 | 0 | 1110 | 111 | 1011101 | 110001 | 1010111 |
Color Harmonies of #DCEECD
Complementary color
Monochromatic Colors of #DCEECD
Black with #DCEECD
Text Example
Text Example
White with #DCEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEECD; }
p { color: rgb(220,238,205); }
H1.HeaderClassName
{
color: #DCEECD;
}
.AnyTagClassName
{
color: #DCEECD;
}
</style>
background-color css
<style>
a { background-color: #DCEECD; }
a { background-color: rgb(220,238,205); }
div.DivClassName
{
background-color: #DCEECD;
}
.BgClassName
{
background-color: #DCEECD;
}
</style>
border-color css
<style>
span { border-color: #DCEECD; }
span { border-color: rgb(220,238,205); }
td.TdClassName
{
border-color: #DCEECD;
}
.TagClassName
{
border-color: #DCEECD;
}
</style>