Shades of Frostee #DBE5D4
Tints of Frostee #DBE5D4
RGB
CMYK
RGB Variations
Color information
#DBE5D4 (or 0xDBE5D4) is known color: Frostee. HEX triplet: DB, E5 and D4. RGB value is (219,229,212). Sum of RGB (Red+Green+Blue) = 219+229+212=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 229 (89.84% from 255 or 34.70% from 660); Blue value is 212 (83.20% from 255 or 32.12% from 660); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5D4 is #241A2B. Grayscale: #E0E0E0. Windows color (decimal): -2365996 or 13952475. OLE color: 13952475.
HSL color Cylindrical-coordinate representation of color #DBE5D4: hue angle of 95.29º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBE5D4 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 229 | 212 | - |
CMYK | 0.04 | 0 | 0.07 | 0.10 |
HSL | 95.29º | 0.25% | 0.86% | - |
HSV(B) | 95.29º | 0.07% | 0.9% | - |
XYZ | 69.12 | 75.85 | 73.29 | - |
YUV | 224.07 | 121.19 | 124.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 229 | 212 | 0.04 | 0 | 0.07 | 0.10 | 95.29 | 0.25 | 0.86 |
Hex | DB | E5 | D4 | 4 | 0 | 7 | A | 5F | 19 | 56 |
Octal | 333 | 345 | 324 | 4 | 0 | 7 | 12 | 137 | 31 | 126 |
Binary | 11011011 | 11100101 | 11010100 | 100 | 0 | 111 | 1010 | 1011111 | 11001 | 1010110 |
Color Harmonies of #DBE5D4
Complementary color
Monochromatic Colors of #DBE5D4
Black with #DBE5D4
Text Example
Text Example
White with #DBE5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5D4; }
p { color: rgb(219,229,212); }
H1.HeaderClassName
{
color: #DBE5D4;
}
.AnyTagClassName
{
color: #DBE5D4;
}
</style>
background-color css
<style>
a { background-color: #DBE5D4; }
a { background-color: rgb(219,229,212); }
div.DivClassName
{
background-color: #DBE5D4;
}
.BgClassName
{
background-color: #DBE5D4;
}
</style>
border-color css
<style>
span { border-color: #DBE5D4; }
span { border-color: rgb(219,229,212); }
td.TdClassName
{
border-color: #DBE5D4;
}
.TagClassName
{
border-color: #DBE5D4;
}
</style>