Shades of Frostee #DFECD2
Tints of Frostee #DFECD2
RGB
CMYK
RGB Variations
Color information
#DFECD2 (or 0xDFECD2) is known color: Frostee. HEX triplet: DF, EC and D2. RGB value is (223,236,210). Sum of RGB (Red+Green+Blue) = 223+236+210=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 210 (82.42% from 255 or 31.39% from 669); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECD2 is #20132D. Grayscale: #E5E5E5. Windows color (decimal): -2102062 or 13823199. OLE color: 13823199.
HSL color Cylindrical-coordinate representation of color #DFECD2: hue angle of 90º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFECD2 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 236 | 210 | - |
CMYK | 0.06 | 0 | 0.11 | 0.07 |
HSL | 90º | 0.41% | 0.87% | - |
HSV(B) | 90º | 0.11% | 0.93% | - |
XYZ | 72.06 | 80.33 | 72.68 | - |
YUV | 229.15 | 117.19 | 123.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 236 | 210 | 0.06 | 0 | 0.11 | 0.07 | 90 | 0.41 | 0.87 |
Hex | DF | EC | D2 | 6 | 0 | B | 7 | 5A | 29 | 57 |
Octal | 337 | 354 | 322 | 6 | 0 | 13 | 7 | 132 | 51 | 127 |
Binary | 11011111 | 11101100 | 11010010 | 110 | 0 | 1011 | 111 | 1011010 | 101001 | 1010111 |
Color Harmonies of #DFECD2
Complementary color
Monochromatic Colors of #DFECD2
Black with #DFECD2
Text Example
Text Example
White with #DFECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECD2; }
p { color: rgb(223,236,210); }
H1.HeaderClassName
{
color: #DFECD2;
}
.AnyTagClassName
{
color: #DFECD2;
}
</style>
background-color css
<style>
a { background-color: #DFECD2; }
a { background-color: rgb(223,236,210); }
div.DivClassName
{
background-color: #DFECD2;
}
.BgClassName
{
background-color: #DFECD2;
}
</style>
border-color css
<style>
span { border-color: #DFECD2; }
span { border-color: rgb(223,236,210); }
td.TdClassName
{
border-color: #DFECD2;
}
.TagClassName
{
border-color: #DFECD2;
}
</style>