Shades of Frostee #DBEBCF
Tints of Frostee #DBEBCF
RGB
CMYK
RGB Variations
Color information
#DBEBCF (or 0xDBEBCF) is known color: Frostee. HEX triplet: DB, EB and CF. RGB value is (219,235,207). Sum of RGB (Red+Green+Blue) = 219+235+207=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBCF is #241430. Grayscale: #E3E3E3. Windows color (decimal): -2364465 or 13626331. OLE color: 13626331.
HSL color Cylindrical-coordinate representation of color #DBEBCF: hue angle of 94.29º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBEBCF is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 207 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.08 |
| HSL | 94.29º | 0.41% | 0.87% | - |
| HSV(B) | 94.29º | 0.12% | 0.92% | - |
| XYZ | 70.18 | 78.98 | 70.58 | - |
| YUV | 227.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 207 | 0.07 | 0 | 0.12 | 0.08 | 94.29 | 0.41 | 0.87 |
| Hex | DB | EB | CF | 7 | 0 | C | 8 | 5E | 29 | 57 |
| Octal | 333 | 353 | 317 | 7 | 0 | 14 | 10 | 136 | 51 | 127 |
| Binary | 11011011 | 11101011 | 11001111 | 111 | 0 | 1100 | 1000 | 1011110 | 101001 | 1010111 |
Color Harmonies of #DBEBCF
Complementary color
Monochromatic Colors of #DBEBCF
Black with #DBEBCF
Text Example
Text Example
White with #DBEBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBCF; }
p { color: rgb(219,235,207); }
H1.HeaderClassName
{
color: #DBEBCF;
}
.AnyTagClassName
{
color: #DBEBCF;
}
</style>
background-color css
<style>
a { background-color: #DBEBCF; }
a { background-color: rgb(219,235,207); }
div.DivClassName
{
background-color: #DBEBCF;
}
.BgClassName
{
background-color: #DBEBCF;
}
</style>
border-color css
<style>
span { border-color: #DBEBCF; }
span { border-color: rgb(219,235,207); }
td.TdClassName
{
border-color: #DBEBCF;
}
.TagClassName
{
border-color: #DBEBCF;
}
</style>