Shades of Frost #DFEABC
Tints of Frost #DFEABC
RGB
CMYK
RGB Variations
Color information
#DFEABC (or 0xDFEABC) is known color: Frost. HEX triplet: DF, EA and BC. RGB value is (223,234,188). Sum of RGB (Red+Green+Blue) = 223+234+188=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 188 (73.83% from 255 or 29.15% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEABC is #201543. Grayscale: #E1E1E1. Windows color (decimal): -2102596 or 12380895. OLE color: 12380895.
HSL color Cylindrical-coordinate representation of color #DFEABC: hue angle of 74.35º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFEABC is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 188 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.08 |
| HSL | 74.35º | 0.52% | 0.83% | - |
| HSV(B) | 74.35º | 0.2% | 0.92% | - |
| XYZ | 68.93 | 78.16 | 59.03 | - |
| YUV | 225.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 188 | 0.05 | 0 | 0.20 | 0.08 | 74.35 | 0.52 | 0.83 |
| Hex | DF | EA | BC | 5 | 0 | 14 | 8 | 4A | 34 | 53 |
| Octal | 337 | 352 | 274 | 5 | 0 | 24 | 10 | 112 | 64 | 123 |
| Binary | 11011111 | 11101010 | 10111100 | 101 | 0 | 10100 | 1000 | 1001010 | 110100 | 1010011 |
Color Harmonies of #DFEABC
Complementary color
Monochromatic Colors of #DFEABC
Black with #DFEABC
Text Example
Text Example
White with #DFEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEABC; }
p { color: rgb(223,234,188); }
H1.HeaderClassName
{
color: #DFEABC;
}
.AnyTagClassName
{
color: #DFEABC;
}
</style>
background-color css
<style>
a { background-color: #DFEABC; }
a { background-color: rgb(223,234,188); }
div.DivClassName
{
background-color: #DFEABC;
}
.BgClassName
{
background-color: #DFEABC;
}
</style>
border-color css
<style>
span { border-color: #DFEABC; }
span { border-color: rgb(223,234,188); }
td.TdClassName
{
border-color: #DFEABC;
}
.TagClassName
{
border-color: #DFEABC;
}
</style>