Shades of Frostee #DCEFCE
Tints of Frostee #DCEFCE
RGB
CMYK
RGB Variations
Color information
#DCEFCE (or 0xDCEFCE) is known color: Frostee. HEX triplet: DC, EF and CE. RGB value is (220,239,206). Sum of RGB (Red+Green+Blue) = 220+239+206=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFCE is #231031. Grayscale: #E5E5E5. Windows color (decimal): -2297906 or 13561820. OLE color: 13561820.
HSL color Cylindrical-coordinate representation of color #DCEFCE: hue angle of 94.55º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCEFCE is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 206 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.06 |
| HSL | 94.55º | 0.51% | 0.87% | - |
| HSV(B) | 94.55º | 0.14% | 0.94% | - |
| XYZ | 71.52 | 81.4 | 70.34 | - |
| YUV | 229.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 206 | 0.08 | 0 | 0.14 | 0.06 | 94.55 | 0.51 | 0.87 |
| Hex | DC | EF | CE | 8 | 0 | E | 6 | 5F | 33 | 57 |
| Octal | 334 | 357 | 316 | 10 | 0 | 16 | 6 | 137 | 63 | 127 |
| Binary | 11011100 | 11101111 | 11001110 | 1000 | 0 | 1110 | 110 | 1011111 | 110011 | 1010111 |
Color Harmonies of #DCEFCE
Complementary color
Monochromatic Colors of #DCEFCE
Black with #DCEFCE
Text Example
Text Example
White with #DCEFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFCE; }
p { color: rgb(220,239,206); }
H1.HeaderClassName
{
color: #DCEFCE;
}
.AnyTagClassName
{
color: #DCEFCE;
}
</style>
background-color css
<style>
a { background-color: #DCEFCE; }
a { background-color: rgb(220,239,206); }
div.DivClassName
{
background-color: #DCEFCE;
}
.BgClassName
{
background-color: #DCEFCE;
}
</style>
border-color css
<style>
span { border-color: #DCEFCE; }
span { border-color: rgb(220,239,206); }
td.TdClassName
{
border-color: #DCEFCE;
}
.TagClassName
{
border-color: #DCEFCE;
}
</style>