Shades of Frostee #DBE3D2
Tints of Frostee #DBE3D2
RGB
CMYK
RGB Variations
Color information
#DBE3D2 (or 0xDBE3D2) is known color: Frostee. HEX triplet: DB, E3 and D2. RGB value is (219,227,210). Sum of RGB (Red+Green+Blue) = 219+227+210=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3D2 is #241C2D. Grayscale: #DEDEDE. Windows color (decimal): -2366510 or 13820891. OLE color: 13820891.
HSL color Cylindrical-coordinate representation of color #DBE3D2: hue angle of 88.24º degrees, saturation: 0.23, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBE3D2 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 210 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.11 |
| HSL | 88.24º | 0.23% | 0.86% | - |
| HSV(B) | 88.24º | 0.07% | 0.89% | - |
| XYZ | 68.32 | 74.65 | 71.78 | - |
| YUV | 222.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 210 | 0.04 | 0 | 0.07 | 0.11 | 88.24 | 0.23 | 0.86 |
| Hex | DB | E3 | D2 | 4 | 0 | 7 | B | 58 | 17 | 56 |
| Octal | 333 | 343 | 322 | 4 | 0 | 7 | 13 | 130 | 27 | 126 |
| Binary | 11011011 | 11100011 | 11010010 | 100 | 0 | 111 | 1011 | 1011000 | 10111 | 1010110 |
Color Harmonies of #DBE3D2
Complementary color
Monochromatic Colors of #DBE3D2
Black with #DBE3D2
Text Example
Text Example
White with #DBE3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3D2; }
p { color: rgb(219,227,210); }
H1.HeaderClassName
{
color: #DBE3D2;
}
.AnyTagClassName
{
color: #DBE3D2;
}
</style>
background-color css
<style>
a { background-color: #DBE3D2; }
a { background-color: rgb(219,227,210); }
div.DivClassName
{
background-color: #DBE3D2;
}
.BgClassName
{
background-color: #DBE3D2;
}
</style>
border-color css
<style>
span { border-color: #DBE3D2; }
span { border-color: rgb(219,227,210); }
td.TdClassName
{
border-color: #DBE3D2;
}
.TagClassName
{
border-color: #DBE3D2;
}
</style>