Shades of Frost #DCE4C3
Tints of Frost #DCE4C3
RGB
CMYK
RGB Variations
Color information
#DCE4C3 (or 0xDCE4C3) is known color: Frost. HEX triplet: DC, E4 and C3. RGB value is (220,228,195). Sum of RGB (Red+Green+Blue) = 220+228+195=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 195 (76.56% from 255 or 30.33% from 643); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE4C3 is #231B3C. Grayscale: #DDDDDD. Windows color (decimal): -2300733 or 12838108. OLE color: 12838108.
HSL color Cylindrical-coordinate representation of color #DCE4C3: hue angle of 74.55º degrees, saturation: 0.38, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCE4C3 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 195 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.11 |
| HSL | 74.55º | 0.38% | 0.83% | - |
| HSV(B) | 74.55º | 0.14% | 0.89% | - |
| XYZ | 67.11 | 74.64 | 62.5 | - |
| YUV | 221.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 195 | 0.04 | 0 | 0.14 | 0.11 | 74.55 | 0.38 | 0.83 |
| Hex | DC | E4 | C3 | 4 | 0 | E | B | 4B | 26 | 53 |
| Octal | 334 | 344 | 303 | 4 | 0 | 16 | 13 | 113 | 46 | 123 |
| Binary | 11011100 | 11100100 | 11000011 | 100 | 0 | 1110 | 1011 | 1001011 | 100110 | 1010011 |
Color Harmonies of #DCE4C3
Complementary color
Monochromatic Colors of #DCE4C3
Black with #DCE4C3
Text Example
Text Example
White with #DCE4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4C3; }
p { color: rgb(220,228,195); }
H1.HeaderClassName
{
color: #DCE4C3;
}
.AnyTagClassName
{
color: #DCE4C3;
}
</style>
background-color css
<style>
a { background-color: #DCE4C3; }
a { background-color: rgb(220,228,195); }
div.DivClassName
{
background-color: #DCE4C3;
}
.BgClassName
{
background-color: #DCE4C3;
}
</style>
border-color css
<style>
span { border-color: #DCE4C3; }
span { border-color: rgb(220,228,195); }
td.TdClassName
{
border-color: #DCE4C3;
}
.TagClassName
{
border-color: #DCE4C3;
}
</style>