Shades of Frost #DFEABB
Tints of Frost #DFEABB
RGB
CMYK
RGB Variations
Color information
#DFEABB (or 0xDFEABB) is known color: Frost. HEX triplet: DF, EA and BB. RGB value is (223,234,187). Sum of RGB (Red+Green+Blue) = 223+234+187=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 187 (73.44% from 255 or 29.04% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEABB is #201544. Grayscale: #E1E1E1. Windows color (decimal): -2102597 or 12315359. OLE color: 12315359.
HSL color Cylindrical-coordinate representation of color #DFEABB: hue angle of 74.04º degrees, saturation: 0.53, 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 #DFEABB is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 187 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.08 |
| HSL | 74.04º | 0.53% | 0.83% | - |
| HSV(B) | 74.04º | 0.2% | 0.92% | - |
| XYZ | 68.82 | 78.12 | 58.47 | - |
| YUV | 225.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 187 | 0.05 | 0 | 0.20 | 0.08 | 74.04 | 0.53 | 0.83 |
| Hex | DF | EA | BB | 5 | 0 | 14 | 8 | 4A | 35 | 53 |
| Octal | 337 | 352 | 273 | 5 | 0 | 24 | 10 | 112 | 65 | 123 |
| Binary | 11011111 | 11101010 | 10111011 | 101 | 0 | 10100 | 1000 | 1001010 | 110101 | 1010011 |
Color Harmonies of #DFEABB
Complementary color
Monochromatic Colors of #DFEABB
Black with #DFEABB
Text Example
Text Example
White with #DFEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEABB; }
p { color: rgb(223,234,187); }
H1.HeaderClassName
{
color: #DFEABB;
}
.AnyTagClassName
{
color: #DFEABB;
}
</style>
background-color css
<style>
a { background-color: #DFEABB; }
a { background-color: rgb(223,234,187); }
div.DivClassName
{
background-color: #DFEABB;
}
.BgClassName
{
background-color: #DFEABB;
}
</style>
border-color css
<style>
span { border-color: #DFEABB; }
span { border-color: rgb(223,234,187); }
td.TdClassName
{
border-color: #DFEABB;
}
.TagClassName
{
border-color: #DFEABB;
}
</style>