Shades of Frost #DFECB8
Tints of Frost #DFECB8
RGB
CMYK
RGB Variations
Color information
#DFECB8 (or 0xDFECB8) is known color: Frost. HEX triplet: DF, EC and B8. RGB value is (223,236,184). Sum of RGB (Red+Green+Blue) = 223+236+184=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 184 (72.27% from 255 or 28.62% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECB8 is #201347. Grayscale: #E2E2E2. Windows color (decimal): -2102088 or 12119263. OLE color: 12119263.
HSL color Cylindrical-coordinate representation of color #DFECB8: hue angle of 75º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFECB8 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 184 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.07 |
| HSL | 75º | 0.58% | 0.82% | - |
| HSV(B) | 75º | 0.22% | 0.93% | - |
| XYZ | 69.08 | 79.14 | 56.98 | - |
| YUV | 226.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 184 | 0.06 | 0 | 0.22 | 0.07 | 75 | 0.58 | 0.82 |
| Hex | DF | EC | B8 | 6 | 0 | 16 | 7 | 4B | 3A | 52 |
| Octal | 337 | 354 | 270 | 6 | 0 | 26 | 7 | 113 | 72 | 122 |
| Binary | 11011111 | 11101100 | 10111000 | 110 | 0 | 10110 | 111 | 1001011 | 111010 | 1010010 |
Color Harmonies of #DFECB8
Complementary color
Monochromatic Colors of #DFECB8
Black with #DFECB8
Text Example
Text Example
White with #DFECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECB8; }
p { color: rgb(223,236,184); }
H1.HeaderClassName
{
color: #DFECB8;
}
.AnyTagClassName
{
color: #DFECB8;
}
</style>
background-color css
<style>
a { background-color: #DFECB8; }
a { background-color: rgb(223,236,184); }
div.DivClassName
{
background-color: #DFECB8;
}
.BgClassName
{
background-color: #DFECB8;
}
</style>
border-color css
<style>
span { border-color: #DFECB8; }
span { border-color: rgb(223,236,184); }
td.TdClassName
{
border-color: #DFECB8;
}
.TagClassName
{
border-color: #DFECB8;
}
</style>