Shades of Frostee #DFEDCF
Tints of Frostee #DFEDCF
RGB
CMYK
RGB Variations
Color information
#DFEDCF (or 0xDFEDCF) is known color: Frostee. HEX triplet: DF, ED and CF. RGB value is (223,237,207). Sum of RGB (Red+Green+Blue) = 223+237+207=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 207 (81.25% from 255 or 31.03% from 667); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDCF is #201230. Grayscale: #E5E5E5. Windows color (decimal): -2101809 or 13626847. OLE color: 13626847.
HSL color Cylindrical-coordinate representation of color #DFEDCF: hue angle of 88º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFEDCF is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 237 | 207 | - |
CMYK | 0.06 | 0 | 0.13 | 0.07 |
HSL | 88º | 0.45% | 0.87% | - |
HSV(B) | 88º | 0.13% | 0.93% | - |
XYZ | 71.98 | 80.76 | 70.83 | - |
YUV | 229.39 | 115.36 | 123.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 207 | 0.06 | 0 | 0.13 | 0.07 | 88 | 0.45 | 0.87 |
Hex | DF | ED | CF | 6 | 0 | D | 7 | 58 | 2D | 57 |
Octal | 337 | 355 | 317 | 6 | 0 | 15 | 7 | 130 | 55 | 127 |
Binary | 11011111 | 11101101 | 11001111 | 110 | 0 | 1101 | 111 | 1011000 | 101101 | 1010111 |
Color Harmonies of #DFEDCF
Complementary color
Monochromatic Colors of #DFEDCF
Black with #DFEDCF
Text Example
Text Example
White with #DFEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDCF; }
p { color: rgb(223,237,207); }
H1.HeaderClassName
{
color: #DFEDCF;
}
.AnyTagClassName
{
color: #DFEDCF;
}
</style>
background-color css
<style>
a { background-color: #DFEDCF; }
a { background-color: rgb(223,237,207); }
div.DivClassName
{
background-color: #DFEDCF;
}
.BgClassName
{
background-color: #DFEDCF;
}
</style>
border-color css
<style>
span { border-color: #DFEDCF; }
span { border-color: rgb(223,237,207); }
td.TdClassName
{
border-color: #DFEDCF;
}
.TagClassName
{
border-color: #DFEDCF;
}
</style>