Shades of Frostee #DFF2CD
Tints of Frostee #DFF2CD
RGB
CMYK
RGB Variations
Color information
#DFF2CD (or 0xDFF2CD) is known color: Frostee. HEX triplet: DF, F2 and CD. RGB value is (223,242,205). Sum of RGB (Red+Green+Blue) = 223+242+205=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2CD is #200D32. Grayscale: #E8E8E8. Windows color (decimal): -2100531 or 13497055. OLE color: 13497055.
HSL color Cylindrical-coordinate representation of color #DFF2CD: hue angle of 90.81º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFF2CD is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 205 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.05 |
| HSL | 90.81º | 0.59% | 0.88% | - |
| HSV(B) | 90.81º | 0.15% | 0.95% | - |
| XYZ | 73.2 | 83.6 | 70.04 | - |
| YUV | 232.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 205 | 0.08 | 0 | 0.15 | 0.05 | 90.81 | 0.59 | 0.88 |
| Hex | DF | F2 | CD | 8 | 0 | F | 5 | 5B | 3B | 58 |
| Octal | 337 | 362 | 315 | 10 | 0 | 17 | 5 | 133 | 73 | 130 |
| Binary | 11011111 | 11110010 | 11001101 | 1000 | 0 | 1111 | 101 | 1011011 | 111011 | 1011000 |
Color Harmonies of #DFF2CD
Complementary color
Monochromatic Colors of #DFF2CD
Black with #DFF2CD
Text Example
Text Example
White with #DFF2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2CD; }
p { color: rgb(223,242,205); }
H1.HeaderClassName
{
color: #DFF2CD;
}
.AnyTagClassName
{
color: #DFF2CD;
}
</style>
background-color css
<style>
a { background-color: #DFF2CD; }
a { background-color: rgb(223,242,205); }
div.DivClassName
{
background-color: #DFF2CD;
}
.BgClassName
{
background-color: #DFF2CD;
}
</style>
border-color css
<style>
span { border-color: #DFF2CD; }
span { border-color: rgb(223,242,205); }
td.TdClassName
{
border-color: #DFF2CD;
}
.TagClassName
{
border-color: #DFF2CD;
}
</style>