Shades of Frostee #DFF0CB
Tints of Frostee #DFF0CB
RGB
CMYK
RGB Variations
Color information
#DFF0CB (or 0xDFF0CB) is known color: Frostee. HEX triplet: DF, F0 and CB. RGB value is (223,240,203). Sum of RGB (Red+Green+Blue) = 223+240+203=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF0CB is #200F34. Grayscale: #E6E6E6. Windows color (decimal): -2101045 or 13365471. OLE color: 13365471.
HSL color Cylindrical-coordinate representation of color #DFF0CB: hue angle of 87.57º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFF0CB is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 203 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.06 |
| HSL | 87.57º | 0.55% | 0.87% | - |
| HSV(B) | 87.57º | 0.15% | 0.94% | - |
| XYZ | 72.37 | 82.32 | 68.57 | - |
| YUV | 230.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 203 | 0.07 | 0 | 0.15 | 0.06 | 87.57 | 0.55 | 0.87 |
| Hex | DF | F0 | CB | 7 | 0 | F | 6 | 58 | 37 | 57 |
| Octal | 337 | 360 | 313 | 7 | 0 | 17 | 6 | 130 | 67 | 127 |
| Binary | 11011111 | 11110000 | 11001011 | 111 | 0 | 1111 | 110 | 1011000 | 110111 | 1010111 |
Color Harmonies of #DFF0CB
Complementary color
Monochromatic Colors of #DFF0CB
Black with #DFF0CB
Text Example
Text Example
White with #DFF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF0CB; }
p { color: rgb(223,240,203); }
H1.HeaderClassName
{
color: #DFF0CB;
}
.AnyTagClassName
{
color: #DFF0CB;
}
</style>
background-color css
<style>
a { background-color: #DFF0CB; }
a { background-color: rgb(223,240,203); }
div.DivClassName
{
background-color: #DFF0CB;
}
.BgClassName
{
background-color: #DFF0CB;
}
</style>
border-color css
<style>
span { border-color: #DFF0CB; }
span { border-color: rgb(223,240,203); }
td.TdClassName
{
border-color: #DFF0CB;
}
.TagClassName
{
border-color: #DFF0CB;
}
</style>