Shades of Frostee #DFECD4
Tints of Frostee #DFECD4
RGB
CMYK
RGB Variations
Color information
#DFECD4 (or 0xDFECD4) is known color: Frostee. HEX triplet: DF, EC and D4. RGB value is (223,236,212). Sum of RGB (Red+Green+Blue) = 223+236+212=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 212 (83.20% from 255 or 31.59% from 671); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECD4 is #20132B. Grayscale: #E5E5E5. Windows color (decimal): -2102060 or 13954271. OLE color: 13954271.
HSL color Cylindrical-coordinate representation of color #DFECD4: hue angle of 92.5º degrees, saturation: 0.39, 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 #DFECD4 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 236 | 212 | - |
CMYK | 0.06 | 0 | 0.10 | 0.07 |
HSL | 92.5º | 0.39% | 0.88% | - |
HSV(B) | 92.5º | 0.1% | 0.93% | - |
XYZ | 72.31 | 80.43 | 74 | - |
YUV | 229.38 | 118.19 | 123.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 236 | 212 | 0.06 | 0 | 0.10 | 0.07 | 92.5 | 0.39 | 0.88 |
Hex | DF | EC | D4 | 6 | 0 | A | 7 | 5C | 27 | 58 |
Octal | 337 | 354 | 324 | 6 | 0 | 12 | 7 | 134 | 47 | 130 |
Binary | 11011111 | 11101100 | 11010100 | 110 | 0 | 1010 | 111 | 1011100 | 100111 | 1011000 |
Color Harmonies of #DFECD4
Complementary color
Monochromatic Colors of #DFECD4
Black with #DFECD4
Text Example
Text Example
White with #DFECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECD4; }
p { color: rgb(223,236,212); }
H1.HeaderClassName
{
color: #DFECD4;
}
.AnyTagClassName
{
color: #DFECD4;
}
</style>
background-color css
<style>
a { background-color: #DFECD4; }
a { background-color: rgb(223,236,212); }
div.DivClassName
{
background-color: #DFECD4;
}
.BgClassName
{
background-color: #DFECD4;
}
</style>
border-color css
<style>
span { border-color: #DFECD4; }
span { border-color: rgb(223,236,212); }
td.TdClassName
{
border-color: #DFECD4;
}
.TagClassName
{
border-color: #DFECD4;
}
</style>