Shades of Frostee #DBF2C9
Tints of Frostee #DBF2C9
RGB
CMYK
RGB Variations
Color information
#DBF2C9 (or 0xDBF2C9) is known color: Frostee. HEX triplet: DB, F2 and C9. RGB value is (219,242,201). Sum of RGB (Red+Green+Blue) = 219+242+201=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 201 (78.91% from 255 or 30.36% from 662); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2C9 is #240D36. Grayscale: #E6E6E6. Windows color (decimal): -2362679 or 13234907. OLE color: 13234907.
HSL color Cylindrical-coordinate representation of color #DBF2C9: hue angle of 93.66º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBF2C9 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 201 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.05 |
| HSL | 93.66º | 0.61% | 0.87% | - |
| HSV(B) | 93.66º | 0.17% | 0.95% | - |
| XYZ | 71.51 | 82.78 | 67.47 | - |
| YUV | 230.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 201 | 0.10 | 0 | 0.17 | 0.05 | 93.66 | 0.61 | 0.87 |
| Hex | DB | F2 | C9 | A | 0 | 11 | 5 | 5E | 3D | 57 |
| Octal | 333 | 362 | 311 | 12 | 0 | 21 | 5 | 136 | 75 | 127 |
| Binary | 11011011 | 11110010 | 11001001 | 1010 | 0 | 10001 | 101 | 1011110 | 111101 | 1010111 |
Color Harmonies of #DBF2C9
Complementary color
Monochromatic Colors of #DBF2C9
Black with #DBF2C9
Text Example
Text Example
White with #DBF2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2C9; }
p { color: rgb(219,242,201); }
H1.HeaderClassName
{
color: #DBF2C9;
}
.AnyTagClassName
{
color: #DBF2C9;
}
</style>
background-color css
<style>
a { background-color: #DBF2C9; }
a { background-color: rgb(219,242,201); }
div.DivClassName
{
background-color: #DBF2C9;
}
.BgClassName
{
background-color: #DBF2C9;
}
</style>
border-color css
<style>
span { border-color: #DBF2C9; }
span { border-color: rgb(219,242,201); }
td.TdClassName
{
border-color: #DBF2C9;
}
.TagClassName
{
border-color: #DBF2C9;
}
</style>