Shades of Frostee #DBEDC5
Tints of Frostee #DBEDC5
RGB
CMYK
RGB Variations
Color information
#DBEDC5 (or 0xDBEDC5) is known color: Frostee. HEX triplet: DB, ED and C5. RGB value is (219,237,197). Sum of RGB (Red+Green+Blue) = 219+237+197=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDC5 is #24123A. Grayscale: #E3E3E3. Windows color (decimal): -2363963 or 12971483. OLE color: 12971483.
HSL color Cylindrical-coordinate representation of color #DBEDC5: hue angle of 87º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBEDC5 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 197 | - |
CMYK | 0.08 | 0 | 0.17 | 0.07 |
HSL | 87º | 0.53% | 0.85% | - |
HSV(B) | 87º | 0.17% | 0.93% | - |
XYZ | 69.58 | 79.66 | 64.53 | - |
YUV | 227.06 | 111.04 | 122.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 197 | 0.08 | 0 | 0.17 | 0.07 | 87 | 0.53 | 0.85 |
Hex | DB | ED | C5 | 8 | 0 | 11 | 7 | 57 | 35 | 55 |
Octal | 333 | 355 | 305 | 10 | 0 | 21 | 7 | 127 | 65 | 125 |
Binary | 11011011 | 11101101 | 11000101 | 1000 | 0 | 10001 | 111 | 1010111 | 110101 | 1010101 |
Color Harmonies of #DBEDC5
Complementary color
Monochromatic Colors of #DBEDC5
Black with #DBEDC5
Text Example
Text Example
White with #DBEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDC5; }
p { color: rgb(219,237,197); }
H1.HeaderClassName
{
color: #DBEDC5;
}
.AnyTagClassName
{
color: #DBEDC5;
}
</style>
background-color css
<style>
a { background-color: #DBEDC5; }
a { background-color: rgb(219,237,197); }
div.DivClassName
{
background-color: #DBEDC5;
}
.BgClassName
{
background-color: #DBEDC5;
}
</style>
border-color css
<style>
span { border-color: #DBEDC5; }
span { border-color: rgb(219,237,197); }
td.TdClassName
{
border-color: #DBEDC5;
}
.TagClassName
{
border-color: #DBEDC5;
}
</style>