Shades of Frostee #DFEED2
Tints of Frostee #DFEED2
RGB
CMYK
RGB Variations
Color information
#DFEED2 (or 0xDFEED2) is known color: Frostee. HEX triplet: DF, EE and D2. RGB value is (223,238,210). Sum of RGB (Red+Green+Blue) = 223+238+210=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 210 (82.42% from 255 or 31.30% from 671); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEED2 is #20112D. Grayscale: #E6E6E6. Windows color (decimal): -2101550 or 13823711. OLE color: 13823711.
HSL color Cylindrical-coordinate representation of color #DFEED2: hue angle of 92.14º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFEED2 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 238 | 210 | - |
CMYK | 0.06 | 0 | 0.12 | 0.07 |
HSL | 92.14º | 0.45% | 0.88% | - |
HSV(B) | 92.14º | 0.12% | 0.93% | - |
XYZ | 72.64 | 81.49 | 72.87 | - |
YUV | 230.32 | 116.53 | 122.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 238 | 210 | 0.06 | 0 | 0.12 | 0.07 | 92.14 | 0.45 | 0.88 |
Hex | DF | EE | D2 | 6 | 0 | C | 7 | 5C | 2D | 58 |
Octal | 337 | 356 | 322 | 6 | 0 | 14 | 7 | 134 | 55 | 130 |
Binary | 11011111 | 11101110 | 11010010 | 110 | 0 | 1100 | 111 | 1011100 | 101101 | 1011000 |
Color Harmonies of #DFEED2
Complementary color
Monochromatic Colors of #DFEED2
Black with #DFEED2
Text Example
Text Example
White with #DFEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEED2; }
p { color: rgb(223,238,210); }
H1.HeaderClassName
{
color: #DFEED2;
}
.AnyTagClassName
{
color: #DFEED2;
}
</style>
background-color css
<style>
a { background-color: #DFEED2; }
a { background-color: rgb(223,238,210); }
div.DivClassName
{
background-color: #DFEED2;
}
.BgClassName
{
background-color: #DFEED2;
}
</style>
border-color css
<style>
span { border-color: #DFEED2; }
span { border-color: rgb(223,238,210); }
td.TdClassName
{
border-color: #DFEED2;
}
.TagClassName
{
border-color: #DFEED2;
}
</style>