Shades of Frost #DFE5BD
Tints of Frost #DFE5BD
RGB
CMYK
RGB Variations
Color information
#DFE5BD (or 0xDFE5BD) is known color: Frost. HEX triplet: DF, E5 and BD. RGB value is (223,229,189). Sum of RGB (Red+Green+Blue) = 223+229+189=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE5BD is #201A42. Grayscale: #DEDEDE. Windows color (decimal): -2103875 or 12445151. OLE color: 12445151.
HSL color Cylindrical-coordinate representation of color #DFE5BD: hue angle of 69º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFE5BD is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 189 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.10 |
| HSL | 69º | 0.43% | 0.82% | - |
| HSV(B) | 69º | 0.17% | 0.9% | - |
| XYZ | 67.64 | 75.4 | 59.13 | - |
| YUV | 222.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 189 | 0.03 | 0 | 0.17 | 0.10 | 69 | 0.43 | 0.82 |
| Hex | DF | E5 | BD | 3 | 0 | 11 | A | 45 | 2B | 52 |
| Octal | 337 | 345 | 275 | 3 | 0 | 21 | 12 | 105 | 53 | 122 |
| Binary | 11011111 | 11100101 | 10111101 | 11 | 0 | 10001 | 1010 | 1000101 | 101011 | 1010010 |
Color Harmonies of #DFE5BD
Complementary color
Monochromatic Colors of #DFE5BD
Black with #DFE5BD
Text Example
Text Example
White with #DFE5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE5BD; }
p { color: rgb(223,229,189); }
H1.HeaderClassName
{
color: #DFE5BD;
}
.AnyTagClassName
{
color: #DFE5BD;
}
</style>
background-color css
<style>
a { background-color: #DFE5BD; }
a { background-color: rgb(223,229,189); }
div.DivClassName
{
background-color: #DFE5BD;
}
.BgClassName
{
background-color: #DFE5BD;
}
</style>
border-color css
<style>
span { border-color: #DFE5BD; }
span { border-color: rgb(223,229,189); }
td.TdClassName
{
border-color: #DFE5BD;
}
.TagClassName
{
border-color: #DFE5BD;
}
</style>