Shades of Frostee #DBE7CD
Tints of Frostee #DBE7CD
RGB
CMYK
RGB Variations
Color information
#DBE7CD (or 0xDBE7CD) is known color: Frostee. HEX triplet: DB, E7 and CD. RGB value is (219,231,205). Sum of RGB (Red+Green+Blue) = 219+231+205=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7CD is #241832. Grayscale: #E0E0E0. Windows color (decimal): -2365491 or 13494235. OLE color: 13494235.
HSL color Cylindrical-coordinate representation of color #DBE7CD: hue angle of 87.69º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBE7CD is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 231 | 205 | - |
CMYK | 0.05 | 0 | 0.11 | 0.09 |
HSL | 87.69º | 0.35% | 0.85% | - |
HSV(B) | 87.69º | 0.11% | 0.91% | - |
XYZ | 68.81 | 76.62 | 68.92 | - |
YUV | 224.45 | 117.02 | 124.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 231 | 205 | 0.05 | 0 | 0.11 | 0.09 | 87.69 | 0.35 | 0.85 |
Hex | DB | E7 | CD | 5 | 0 | B | 9 | 58 | 23 | 55 |
Octal | 333 | 347 | 315 | 5 | 0 | 13 | 11 | 130 | 43 | 125 |
Binary | 11011011 | 11100111 | 11001101 | 101 | 0 | 1011 | 1001 | 1011000 | 100011 | 1010101 |
Color Harmonies of #DBE7CD
Complementary color
Monochromatic Colors of #DBE7CD
Black with #DBE7CD
Text Example
Text Example
White with #DBE7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7CD; }
p { color: rgb(219,231,205); }
H1.HeaderClassName
{
color: #DBE7CD;
}
.AnyTagClassName
{
color: #DBE7CD;
}
</style>
background-color css
<style>
a { background-color: #DBE7CD; }
a { background-color: rgb(219,231,205); }
div.DivClassName
{
background-color: #DBE7CD;
}
.BgClassName
{
background-color: #DBE7CD;
}
</style>
border-color css
<style>
span { border-color: #DBE7CD; }
span { border-color: rgb(219,231,205); }
td.TdClassName
{
border-color: #DBE7CD;
}
.TagClassName
{
border-color: #DBE7CD;
}
</style>