Shades of Frostee #DFECD5
Tints of Frostee #DFECD5
RGB
CMYK
RGB Variations
Color information
#DFECD5 (or 0xDFECD5) is known color: Frostee. HEX triplet: DF, EC and D5. RGB value is (223,236,213). Sum of RGB (Red+Green+Blue) = 223+236+213=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECD5 is #20132A. Grayscale: #E5E5E5. Windows color (decimal): -2102059 or 14019807. OLE color: 14019807.
HSL color Cylindrical-coordinate representation of color #DFECD5: hue angle of 93.91º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFECD5 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 236 | 213 | - |
CMYK | 0.06 | 0 | 0.10 | 0.07 |
HSL | 93.91º | 0.38% | 0.88% | - |
HSV(B) | 93.91º | 0.1% | 0.93% | - |
XYZ | 72.44 | 80.48 | 74.67 | - |
YUV | 229.49 | 118.69 | 123.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 236 | 213 | 0.06 | 0 | 0.10 | 0.07 | 93.91 | 0.38 | 0.88 |
Hex | DF | EC | D5 | 6 | 0 | A | 7 | 5E | 26 | 58 |
Octal | 337 | 354 | 325 | 6 | 0 | 12 | 7 | 136 | 46 | 130 |
Binary | 11011111 | 11101100 | 11010101 | 110 | 0 | 1010 | 111 | 1011110 | 100110 | 1011000 |
Color Harmonies of #DFECD5
Complementary color
Monochromatic Colors of #DFECD5
Black with #DFECD5
Text Example
Text Example
White with #DFECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECD5; }
p { color: rgb(223,236,213); }
H1.HeaderClassName
{
color: #DFECD5;
}
.AnyTagClassName
{
color: #DFECD5;
}
</style>
background-color css
<style>
a { background-color: #DFECD5; }
a { background-color: rgb(223,236,213); }
div.DivClassName
{
background-color: #DFECD5;
}
.BgClassName
{
background-color: #DFECD5;
}
</style>
border-color css
<style>
span { border-color: #DFECD5; }
span { border-color: rgb(223,236,213); }
td.TdClassName
{
border-color: #DFECD5;
}
.TagClassName
{
border-color: #DFECD5;
}
</style>