Shades of Frostee #DFEDD3
Tints of Frostee #DFEDD3
RGB
CMYK
RGB Variations
Color information
#DFEDD3 (or 0xDFEDD3) is known color: Frostee. HEX triplet: DF, ED and D3. RGB value is (223,237,211). Sum of RGB (Red+Green+Blue) = 223+237+211=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 211 (82.81% from 255 or 31.45% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDD3 is #20122C. Grayscale: #E5E5E5. Windows color (decimal): -2101805 or 13888991. OLE color: 13888991.
HSL color Cylindrical-coordinate representation of color #DFEDD3: hue angle of 92.31º degrees, saturation: 0.42, 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 #DFEDD3 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 211 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.07 |
| HSL | 92.31º | 0.42% | 0.88% | - |
| HSV(B) | 92.31º | 0.11% | 0.93% | - |
| XYZ | 72.47 | 80.96 | 73.44 | - |
| YUV | 229.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 211 | 0.06 | 0 | 0.11 | 0.07 | 92.31 | 0.42 | 0.88 |
| Hex | DF | ED | D3 | 6 | 0 | B | 7 | 5C | 2A | 58 |
| Octal | 337 | 355 | 323 | 6 | 0 | 13 | 7 | 134 | 52 | 130 |
| Binary | 11011111 | 11101101 | 11010011 | 110 | 0 | 1011 | 111 | 1011100 | 101010 | 1011000 |
Color Harmonies of #DFEDD3
Complementary color
Monochromatic Colors of #DFEDD3
Black with #DFEDD3
Text Example
Text Example
White with #DFEDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDD3; }
p { color: rgb(223,237,211); }
H1.HeaderClassName
{
color: #DFEDD3;
}
.AnyTagClassName
{
color: #DFEDD3;
}
</style>
background-color css
<style>
a { background-color: #DFEDD3; }
a { background-color: rgb(223,237,211); }
div.DivClassName
{
background-color: #DFEDD3;
}
.BgClassName
{
background-color: #DFEDD3;
}
</style>
border-color css
<style>
span { border-color: #DFEDD3; }
span { border-color: rgb(223,237,211); }
td.TdClassName
{
border-color: #DFEDD3;
}
.TagClassName
{
border-color: #DFEDD3;
}
</style>