Shades of Frostee #DFEBD1
Tints of Frostee #DFEBD1
RGB
CMYK
RGB Variations
Color information
#DFEBD1 (or 0xDFEBD1) is known color: Frostee. HEX triplet: DF, EB and D1. RGB value is (223,235,209). Sum of RGB (Red+Green+Blue) = 223+235+209=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 209 (82.03% from 255 or 31.33% from 667); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBD1 is #20142E. Grayscale: #E4E4E4. Windows color (decimal): -2102319 or 13757407. OLE color: 13757407.
HSL color Cylindrical-coordinate representation of color #DFEBD1: hue angle of 87.69º degrees, saturation: 0.39, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFEBD1 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 209 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.08 |
| HSL | 87.69º | 0.39% | 0.87% | - |
| HSV(B) | 87.69º | 0.11% | 0.92% | - |
| XYZ | 71.65 | 79.71 | 71.93 | - |
| YUV | 228.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 209 | 0.05 | 0 | 0.11 | 0.08 | 87.69 | 0.39 | 0.87 |
| Hex | DF | EB | D1 | 5 | 0 | B | 8 | 58 | 27 | 57 |
| Octal | 337 | 353 | 321 | 5 | 0 | 13 | 10 | 130 | 47 | 127 |
| Binary | 11011111 | 11101011 | 11010001 | 101 | 0 | 1011 | 1000 | 1011000 | 100111 | 1010111 |
Color Harmonies of #DFEBD1
Complementary color
Monochromatic Colors of #DFEBD1
Black with #DFEBD1
Text Example
Text Example
White with #DFEBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEBD1; }
p { color: rgb(223,235,209); }
H1.HeaderClassName
{
color: #DFEBD1;
}
.AnyTagClassName
{
color: #DFEBD1;
}
</style>
background-color css
<style>
a { background-color: #DFEBD1; }
a { background-color: rgb(223,235,209); }
div.DivClassName
{
background-color: #DFEBD1;
}
.BgClassName
{
background-color: #DFEBD1;
}
</style>
border-color css
<style>
span { border-color: #DFEBD1; }
span { border-color: rgb(223,235,209); }
td.TdClassName
{
border-color: #DFEBD1;
}
.TagClassName
{
border-color: #DFEBD1;
}
</style>