Shades of Frostee #DFEBD2
Tints of Frostee #DFEBD2
RGB
CMYK
RGB Variations
Color information
#DFEBD2 (or 0xDFEBD2) is known color: Frostee. HEX triplet: DF, EB and D2. RGB value is (223,235,210). Sum of RGB (Red+Green+Blue) = 223+235+210=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBD2 is #20142D. Grayscale: #E4E4E4. Windows color (decimal): -2102318 or 13822943. OLE color: 13822943.
HSL color Cylindrical-coordinate representation of color #DFEBD2: hue angle of 88.8º degrees, saturation: 0.38, 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 #DFEBD2 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 210 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.08 |
| HSL | 88.8º | 0.38% | 0.87% | - |
| HSV(B) | 88.8º | 0.11% | 0.92% | - |
| XYZ | 71.77 | 79.76 | 72.58 | - |
| YUV | 228.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 210 | 0.05 | 0 | 0.11 | 0.08 | 88.8 | 0.38 | 0.87 |
| Hex | DF | EB | D2 | 5 | 0 | B | 8 | 59 | 26 | 57 |
| Octal | 337 | 353 | 322 | 5 | 0 | 13 | 10 | 131 | 46 | 127 |
| Binary | 11011111 | 11101011 | 11010010 | 101 | 0 | 1011 | 1000 | 1011001 | 100110 | 1010111 |
Color Harmonies of #DFEBD2
Complementary color
Monochromatic Colors of #DFEBD2
Black with #DFEBD2
Text Example
Text Example
White with #DFEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEBD2; }
p { color: rgb(223,235,210); }
H1.HeaderClassName
{
color: #DFEBD2;
}
.AnyTagClassName
{
color: #DFEBD2;
}
</style>
background-color css
<style>
a { background-color: #DFEBD2; }
a { background-color: rgb(223,235,210); }
div.DivClassName
{
background-color: #DFEBD2;
}
.BgClassName
{
background-color: #DFEBD2;
}
</style>
border-color css
<style>
span { border-color: #DFEBD2; }
span { border-color: rgb(223,235,210); }
td.TdClassName
{
border-color: #DFEBD2;
}
.TagClassName
{
border-color: #DFEBD2;
}
</style>