Shades of Frostee #DBEDC8
Tints of Frostee #DBEDC8
RGB
CMYK
RGB Variations
Color information
#DBEDC8 (or 0xDBEDC8) is known color: Frostee. HEX triplet: DB, ED and C8. RGB value is (219,237,200). Sum of RGB (Red+Green+Blue) = 219+237+200=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 200 (78.52% from 255 or 30.49% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDC8 is #241237. Grayscale: #E3E3E3. Windows color (decimal): -2363960 or 13168091. OLE color: 13168091.
HSL color Cylindrical-coordinate representation of color #DBEDC8: hue angle of 89.19º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBEDC8 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 200 | - |
CMYK | 0.08 | 0 | 0.16 | 0.07 |
HSL | 89.19º | 0.51% | 0.86% | - |
HSV(B) | 89.19º | 0.16% | 0.93% | - |
XYZ | 69.92 | 79.8 | 66.36 | - |
YUV | 227.4 | 112.54 | 122.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 200 | 0.08 | 0 | 0.16 | 0.07 | 89.19 | 0.51 | 0.86 |
Hex | DB | ED | C8 | 8 | 0 | 10 | 7 | 59 | 33 | 56 |
Octal | 333 | 355 | 310 | 10 | 0 | 20 | 7 | 131 | 63 | 126 |
Binary | 11011011 | 11101101 | 11001000 | 1000 | 0 | 10000 | 111 | 1011001 | 110011 | 1010110 |
Color Harmonies of #DBEDC8
Complementary color
Monochromatic Colors of #DBEDC8
Black with #DBEDC8
Text Example
Text Example
White with #DBEDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDC8; }
p { color: rgb(219,237,200); }
H1.HeaderClassName
{
color: #DBEDC8;
}
.AnyTagClassName
{
color: #DBEDC8;
}
</style>
background-color css
<style>
a { background-color: #DBEDC8; }
a { background-color: rgb(219,237,200); }
div.DivClassName
{
background-color: #DBEDC8;
}
.BgClassName
{
background-color: #DBEDC8;
}
</style>
border-color css
<style>
span { border-color: #DBEDC8; }
span { border-color: rgb(219,237,200); }
td.TdClassName
{
border-color: #DBEDC8;
}
.TagClassName
{
border-color: #DBEDC8;
}
</style>