Shades of Frost #DFE6B9
Tints of Frost #DFE6B9
RGB
CMYK
RGB Variations
Color information
#DFE6B9 (or 0xDFE6B9) is known color: Frost. HEX triplet: DF, E6 and B9. RGB value is (223,230,185). Sum of RGB (Red+Green+Blue) = 223+230+185=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 185 (72.66% from 255 or 29.00% from 638); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE6B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE6B9 is #201946. Grayscale: #DEDEDE. Windows color (decimal): -2103623 or 12183263. OLE color: 12183263.
HSL color Cylindrical-coordinate representation of color #DFE6B9: hue angle of 69.33º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFE6B9 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 185 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.10 |
| HSL | 69.33º | 0.47% | 0.81% | - |
| HSV(B) | 69.33º | 0.2% | 0.9% | - |
| XYZ | 67.49 | 75.78 | 56.97 | - |
| YUV | 222.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 185 | 0.03 | 0 | 0.20 | 0.10 | 69.33 | 0.47 | 0.81 |
| Hex | DF | E6 | B9 | 3 | 0 | 14 | A | 45 | 2F | 51 |
| Octal | 337 | 346 | 271 | 3 | 0 | 24 | 12 | 105 | 57 | 121 |
| Binary | 11011111 | 11100110 | 10111001 | 11 | 0 | 10100 | 1010 | 1000101 | 101111 | 1010001 |
Color Harmonies of #DFE6B9
Complementary color
Monochromatic Colors of #DFE6B9
Black with #DFE6B9
Text Example
Text Example
White with #DFE6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE6B9; }
p { color: rgb(223,230,185); }
H1.HeaderClassName
{
color: #DFE6B9;
}
.AnyTagClassName
{
color: #DFE6B9;
}
</style>
background-color css
<style>
a { background-color: #DFE6B9; }
a { background-color: rgb(223,230,185); }
div.DivClassName
{
background-color: #DFE6B9;
}
.BgClassName
{
background-color: #DFE6B9;
}
</style>
border-color css
<style>
span { border-color: #DFE6B9; }
span { border-color: rgb(223,230,185); }
td.TdClassName
{
border-color: #DFE6B9;
}
.TagClassName
{
border-color: #DFE6B9;
}
</style>