Shades of Frostee #DFECD0
Tints of Frostee #DFECD0
RGB
CMYK
RGB Variations
Color information
#DFECD0 (or 0xDFECD0) is known color: Frostee. HEX triplet: DF, EC and D0. RGB value is (223,236,208). Sum of RGB (Red+Green+Blue) = 223+236+208=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 208 (81.64% from 255 or 31.18% from 667); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECD0 is #20132F. Grayscale: #E5E5E5. Windows color (decimal): -2102064 or 13692127. OLE color: 13692127.
HSL color Cylindrical-coordinate representation of color #DFECD0: hue angle of 87.86º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFECD0 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 208 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.07 |
| HSL | 87.86º | 0.42% | 0.87% | - |
| HSV(B) | 87.86º | 0.12% | 0.93% | - |
| XYZ | 71.81 | 80.23 | 71.38 | - |
| YUV | 228.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 208 | 0.06 | 0 | 0.12 | 0.07 | 87.86 | 0.42 | 0.87 |
| Hex | DF | EC | D0 | 6 | 0 | C | 7 | 58 | 2A | 57 |
| Octal | 337 | 354 | 320 | 6 | 0 | 14 | 7 | 130 | 52 | 127 |
| Binary | 11011111 | 11101100 | 11010000 | 110 | 0 | 1100 | 111 | 1011000 | 101010 | 1010111 |
Color Harmonies of #DFECD0
Complementary color
Monochromatic Colors of #DFECD0
Black with #DFECD0
Text Example
Text Example
White with #DFECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECD0; }
p { color: rgb(223,236,208); }
H1.HeaderClassName
{
color: #DFECD0;
}
.AnyTagClassName
{
color: #DFECD0;
}
</style>
background-color css
<style>
a { background-color: #DFECD0; }
a { background-color: rgb(223,236,208); }
div.DivClassName
{
background-color: #DFECD0;
}
.BgClassName
{
background-color: #DFECD0;
}
</style>
border-color css
<style>
span { border-color: #DFECD0; }
span { border-color: rgb(223,236,208); }
td.TdClassName
{
border-color: #DFECD0;
}
.TagClassName
{
border-color: #DFECD0;
}
</style>