Shades of Frost #DCE8B8
Tints of Frost #DCE8B8
RGB
CMYK
RGB Variations
Color information
#DCE8B8 (or 0xDCE8B8) is known color: Frost. HEX triplet: DC, E8 and B8. RGB value is (220,232,184). Sum of RGB (Red+Green+Blue) = 220+232+184=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 184 (72.27% from 255 or 28.93% from 636); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE8B8 is #231747. Grayscale: #DFDFDF. Windows color (decimal): -2299720 or 12118236. OLE color: 12118236.
HSL color Cylindrical-coordinate representation of color #DCE8B8: hue angle of 75º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCE8B8 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 184 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.09 |
| HSL | 75º | 0.51% | 0.82% | - |
| HSV(B) | 75º | 0.21% | 0.91% | - |
| XYZ | 67.02 | 76.39 | 56.56 | - |
| YUV | 222.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 184 | 0.05 | 0 | 0.21 | 0.09 | 75 | 0.51 | 0.82 |
| Hex | DC | E8 | B8 | 5 | 0 | 15 | 9 | 4B | 33 | 52 |
| Octal | 334 | 350 | 270 | 5 | 0 | 25 | 11 | 113 | 63 | 122 |
| Binary | 11011100 | 11101000 | 10111000 | 101 | 0 | 10101 | 1001 | 1001011 | 110011 | 1010010 |
Color Harmonies of #DCE8B8
Complementary color
Monochromatic Colors of #DCE8B8
Black with #DCE8B8
Text Example
Text Example
White with #DCE8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE8B8; }
p { color: rgb(220,232,184); }
H1.HeaderClassName
{
color: #DCE8B8;
}
.AnyTagClassName
{
color: #DCE8B8;
}
</style>
background-color css
<style>
a { background-color: #DCE8B8; }
a { background-color: rgb(220,232,184); }
div.DivClassName
{
background-color: #DCE8B8;
}
.BgClassName
{
background-color: #DCE8B8;
}
</style>
border-color css
<style>
span { border-color: #DCE8B8; }
span { border-color: rgb(220,232,184); }
td.TdClassName
{
border-color: #DCE8B8;
}
.TagClassName
{
border-color: #DCE8B8;
}
</style>