Shades of Frostee #DBE4D0
Tints of Frostee #DBE4D0
RGB
CMYK
RGB Variations
Color information
#DBE4D0 (or 0xDBE4D0) is known color: Frostee. HEX triplet: DB, E4 and D0. RGB value is (219,228,208). Sum of RGB (Red+Green+Blue) = 219+228+208=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4D0 is #241B2F. Grayscale: #DFDFDF. Windows color (decimal): -2366256 or 13690075. OLE color: 13690075.
HSL color Cylindrical-coordinate representation of color #DBE4D0: hue angle of 87º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE4D0 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 228 | 208 | - |
CMYK | 0.04 | 0 | 0.09 | 0.11 |
HSL | 87º | 0.27% | 0.85% | - |
HSV(B) | 87º | 0.09% | 0.89% | - |
XYZ | 68.34 | 75.1 | 70.57 | - |
YUV | 223.03 | 119.52 | 125.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 228 | 208 | 0.04 | 0 | 0.09 | 0.11 | 87 | 0.27 | 0.85 |
Hex | DB | E4 | D0 | 4 | 0 | 9 | B | 57 | 1B | 55 |
Octal | 333 | 344 | 320 | 4 | 0 | 11 | 13 | 127 | 33 | 125 |
Binary | 11011011 | 11100100 | 11010000 | 100 | 0 | 1001 | 1011 | 1010111 | 11011 | 1010101 |
Color Harmonies of #DBE4D0
Complementary color
Monochromatic Colors of #DBE4D0
Black with #DBE4D0
Text Example
Text Example
White with #DBE4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE4D0; }
p { color: rgb(219,228,208); }
H1.HeaderClassName
{
color: #DBE4D0;
}
.AnyTagClassName
{
color: #DBE4D0;
}
</style>
background-color css
<style>
a { background-color: #DBE4D0; }
a { background-color: rgb(219,228,208); }
div.DivClassName
{
background-color: #DBE4D0;
}
.BgClassName
{
background-color: #DBE4D0;
}
</style>
border-color css
<style>
span { border-color: #DBE4D0; }
span { border-color: rgb(219,228,208); }
td.TdClassName
{
border-color: #DBE4D0;
}
.TagClassName
{
border-color: #DBE4D0;
}
</style>