Shades of Frostee #DBE8CD
Tints of Frostee #DBE8CD
RGB
CMYK
RGB Variations
Color information
#DBE8CD (or 0xDBE8CD) is known color: Frostee. HEX triplet: DB, E8 and CD. RGB value is (219,232,205). Sum of RGB (Red+Green+Blue) = 219+232+205=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8CD is #241732. Grayscale: #E1E1E1. Windows color (decimal): -2365235 or 13494491. OLE color: 13494491.
HSL color Cylindrical-coordinate representation of color #DBE8CD: hue angle of 88.89º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBE8CD is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 232 | 205 | - |
CMYK | 0.06 | 0 | 0.12 | 0.09 |
HSL | 88.89º | 0.37% | 0.86% | - |
HSV(B) | 88.89º | 0.12% | 0.91% | - |
XYZ | 69.09 | 77.18 | 69.01 | - |
YUV | 225.04 | 116.69 | 123.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 232 | 205 | 0.06 | 0 | 0.12 | 0.09 | 88.89 | 0.37 | 0.86 |
Hex | DB | E8 | CD | 6 | 0 | C | 9 | 59 | 25 | 56 |
Octal | 333 | 350 | 315 | 6 | 0 | 14 | 11 | 131 | 45 | 126 |
Binary | 11011011 | 11101000 | 11001101 | 110 | 0 | 1100 | 1001 | 1011001 | 100101 | 1010110 |
Color Harmonies of #DBE8CD
Complementary color
Monochromatic Colors of #DBE8CD
Black with #DBE8CD
Text Example
Text Example
White with #DBE8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8CD; }
p { color: rgb(219,232,205); }
H1.HeaderClassName
{
color: #DBE8CD;
}
.AnyTagClassName
{
color: #DBE8CD;
}
</style>
background-color css
<style>
a { background-color: #DBE8CD; }
a { background-color: rgb(219,232,205); }
div.DivClassName
{
background-color: #DBE8CD;
}
.BgClassName
{
background-color: #DBE8CD;
}
</style>
border-color css
<style>
span { border-color: #DBE8CD; }
span { border-color: rgb(219,232,205); }
td.TdClassName
{
border-color: #DBE8CD;
}
.TagClassName
{
border-color: #DBE8CD;
}
</style>