Shades of Frost #DFEDB8
Tints of Frost #DFEDB8
RGB
CMYK
RGB Variations
Color information
#DFEDB8 (or 0xDFEDB8) is known color: Frost. HEX triplet: DF, ED and B8. RGB value is (223,237,184). Sum of RGB (Red+Green+Blue) = 223+237+184=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 184 (72.27% from 255 or 28.57% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDB8 is #201247. Grayscale: #E2E2E2. Windows color (decimal): -2101832 or 12119519. OLE color: 12119519.
HSL color Cylindrical-coordinate representation of color #DFEDB8: hue angle of 75.85º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFEDB8 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 184 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.07 |
| HSL | 75.85º | 0.6% | 0.83% | - |
| HSV(B) | 75.85º | 0.22% | 0.93% | - |
| XYZ | 69.37 | 79.72 | 57.08 | - |
| YUV | 226.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 184 | 0.06 | 0 | 0.22 | 0.07 | 75.85 | 0.6 | 0.83 |
| Hex | DF | ED | B8 | 6 | 0 | 16 | 7 | 4C | 3C | 53 |
| Octal | 337 | 355 | 270 | 6 | 0 | 26 | 7 | 114 | 74 | 123 |
| Binary | 11011111 | 11101101 | 10111000 | 110 | 0 | 10110 | 111 | 1001100 | 111100 | 1010011 |
Color Harmonies of #DFEDB8
Complementary color
Monochromatic Colors of #DFEDB8
Black with #DFEDB8
Text Example
Text Example
White with #DFEDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDB8; }
p { color: rgb(223,237,184); }
H1.HeaderClassName
{
color: #DFEDB8;
}
.AnyTagClassName
{
color: #DFEDB8;
}
</style>
background-color css
<style>
a { background-color: #DFEDB8; }
a { background-color: rgb(223,237,184); }
div.DivClassName
{
background-color: #DFEDB8;
}
.BgClassName
{
background-color: #DFEDB8;
}
</style>
border-color css
<style>
span { border-color: #DFEDB8; }
span { border-color: rgb(223,237,184); }
td.TdClassName
{
border-color: #DFEDB8;
}
.TagClassName
{
border-color: #DFEDB8;
}
</style>