Shades of Frostee #DBF0CB
Tints of Frostee #DBF0CB
RGB
CMYK
RGB Variations
Color information
#DBF0CB (or 0xDBF0CB) is known color: Frostee. HEX triplet: DB, F0 and CB. RGB value is (219,240,203). Sum of RGB (Red+Green+Blue) = 219+240+203=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0CB is #240F34. Grayscale: #E5E5E5. Windows color (decimal): -2363189 or 13365467. OLE color: 13365467.
HSL color Cylindrical-coordinate representation of color #DBF0CB: hue angle of 94.05º 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 #DBF0CB is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 203 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.06 |
| HSL | 94.05º | 0.55% | 0.87% | - |
| HSV(B) | 94.05º | 0.15% | 0.94% | - |
| XYZ | 71.15 | 81.69 | 68.52 | - |
| YUV | 229.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 203 | 0.09 | 0 | 0.15 | 0.06 | 94.05 | 0.55 | 0.87 |
| Hex | DB | F0 | CB | 9 | 0 | F | 6 | 5E | 37 | 57 |
| Octal | 333 | 360 | 313 | 11 | 0 | 17 | 6 | 136 | 67 | 127 |
| Binary | 11011011 | 11110000 | 11001011 | 1001 | 0 | 1111 | 110 | 1011110 | 110111 | 1010111 |
Color Harmonies of #DBF0CB
Complementary color
Monochromatic Colors of #DBF0CB
Black with #DBF0CB
Text Example
Text Example
White with #DBF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0CB; }
p { color: rgb(219,240,203); }
H1.HeaderClassName
{
color: #DBF0CB;
}
.AnyTagClassName
{
color: #DBF0CB;
}
</style>
background-color css
<style>
a { background-color: #DBF0CB; }
a { background-color: rgb(219,240,203); }
div.DivClassName
{
background-color: #DBF0CB;
}
.BgClassName
{
background-color: #DBF0CB;
}
</style>
border-color css
<style>
span { border-color: #DBF0CB; }
span { border-color: rgb(219,240,203); }
td.TdClassName
{
border-color: #DBF0CB;
}
.TagClassName
{
border-color: #DBF0CB;
}
</style>