Shades of Frostee #DBE3D1
Tints of Frostee #DBE3D1
RGB
CMYK
RGB Variations
Color information
#DBE3D1 (or 0xDBE3D1) is known color: Frostee. HEX triplet: DB, E3 and D1. RGB value is (219,227,209). Sum of RGB (Red+Green+Blue) = 219+227+209=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3D1 is #241C2E. Grayscale: #DEDEDE. Windows color (decimal): -2366511 or 13755355. OLE color: 13755355.
HSL color Cylindrical-coordinate representation of color #DBE3D1: hue angle of 86.67º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBE3D1 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 209 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.11 |
| HSL | 86.67º | 0.24% | 0.85% | - |
| HSV(B) | 86.67º | 0.08% | 0.89% | - |
| XYZ | 68.19 | 74.6 | 71.13 | - |
| YUV | 222.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 209 | 0.04 | 0 | 0.08 | 0.11 | 86.67 | 0.24 | 0.85 |
| Hex | DB | E3 | D1 | 4 | 0 | 8 | B | 57 | 18 | 55 |
| Octal | 333 | 343 | 321 | 4 | 0 | 10 | 13 | 127 | 30 | 125 |
| Binary | 11011011 | 11100011 | 11010001 | 100 | 0 | 1000 | 1011 | 1010111 | 11000 | 1010101 |
Color Harmonies of #DBE3D1
Complementary color
Monochromatic Colors of #DBE3D1
Black with #DBE3D1
Text Example
Text Example
White with #DBE3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3D1; }
p { color: rgb(219,227,209); }
H1.HeaderClassName
{
color: #DBE3D1;
}
.AnyTagClassName
{
color: #DBE3D1;
}
</style>
background-color css
<style>
a { background-color: #DBE3D1; }
a { background-color: rgb(219,227,209); }
div.DivClassName
{
background-color: #DBE3D1;
}
.BgClassName
{
background-color: #DBE3D1;
}
</style>
border-color css
<style>
span { border-color: #DBE3D1; }
span { border-color: rgb(219,227,209); }
td.TdClassName
{
border-color: #DBE3D1;
}
.TagClassName
{
border-color: #DBE3D1;
}
</style>