Shades of Frostee #DFEDD2
Tints of Frostee #DFEDD2
RGB
CMYK
RGB Variations
Color information
#DFEDD2 (or 0xDFEDD2) is known color: Frostee. HEX triplet: DF, ED and D2. RGB value is (223,237,210). Sum of RGB (Red+Green+Blue) = 223+237+210=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 210 (82.42% from 255 or 31.34% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDD2 is #20122D. Grayscale: #E5E5E5. Windows color (decimal): -2101806 or 13823455. OLE color: 13823455.
HSL color Cylindrical-coordinate representation of color #DFEDD2: hue angle of 91.11º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFEDD2 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 210 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.07 |
| HSL | 91.11º | 0.43% | 0.88% | - |
| HSV(B) | 91.11º | 0.11% | 0.93% | - |
| XYZ | 72.35 | 80.91 | 72.78 | - |
| YUV | 229.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 210 | 0.06 | 0 | 0.11 | 0.07 | 91.11 | 0.43 | 0.88 |
| Hex | DF | ED | D2 | 6 | 0 | B | 7 | 5B | 2B | 58 |
| Octal | 337 | 355 | 322 | 6 | 0 | 13 | 7 | 133 | 53 | 130 |
| Binary | 11011111 | 11101101 | 11010010 | 110 | 0 | 1011 | 111 | 1011011 | 101011 | 1011000 |
Color Harmonies of #DFEDD2
Complementary color
Monochromatic Colors of #DFEDD2
Black with #DFEDD2
Text Example
Text Example
White with #DFEDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDD2; }
p { color: rgb(223,237,210); }
H1.HeaderClassName
{
color: #DFEDD2;
}
.AnyTagClassName
{
color: #DFEDD2;
}
</style>
background-color css
<style>
a { background-color: #DFEDD2; }
a { background-color: rgb(223,237,210); }
div.DivClassName
{
background-color: #DFEDD2;
}
.BgClassName
{
background-color: #DFEDD2;
}
</style>
border-color css
<style>
span { border-color: #DFEDD2; }
span { border-color: rgb(223,237,210); }
td.TdClassName
{
border-color: #DFEDD2;
}
.TagClassName
{
border-color: #DFEDD2;
}
</style>