Shades of Frostee #DBEEC8
Tints of Frostee #DBEEC8
RGB
CMYK
RGB Variations
Color information
#DBEEC8 (or 0xDBEEC8) is known color: Frostee. HEX triplet: DB, EE and C8. RGB value is (219,238,200). Sum of RGB (Red+Green+Blue) = 219+238+200=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEC8 is #241137. Grayscale: #E4E4E4. Windows color (decimal): -2363704 or 13168347. OLE color: 13168347.
HSL color Cylindrical-coordinate representation of color #DBEEC8: hue angle of 90º degrees, saturation: 0.53, 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 #DBEEC8 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 238 | 200 | - |
CMYK | 0.08 | 0 | 0.16 | 0.07 |
HSL | 90º | 0.53% | 0.86% | - |
HSV(B) | 90º | 0.16% | 0.93% | - |
XYZ | 70.21 | 80.38 | 66.46 | - |
YUV | 227.99 | 112.21 | 121.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 200 | 0.08 | 0 | 0.16 | 0.07 | 90 | 0.53 | 0.86 |
Hex | DB | EE | C8 | 8 | 0 | 10 | 7 | 5A | 35 | 56 |
Octal | 333 | 356 | 310 | 10 | 0 | 20 | 7 | 132 | 65 | 126 |
Binary | 11011011 | 11101110 | 11001000 | 1000 | 0 | 10000 | 111 | 1011010 | 110101 | 1010110 |
Color Harmonies of #DBEEC8
Complementary color
Monochromatic Colors of #DBEEC8
Black with #DBEEC8
Text Example
Text Example
White with #DBEEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEC8; }
p { color: rgb(219,238,200); }
H1.HeaderClassName
{
color: #DBEEC8;
}
.AnyTagClassName
{
color: #DBEEC8;
}
</style>
background-color css
<style>
a { background-color: #DBEEC8; }
a { background-color: rgb(219,238,200); }
div.DivClassName
{
background-color: #DBEEC8;
}
.BgClassName
{
background-color: #DBEEC8;
}
</style>
border-color css
<style>
span { border-color: #DBEEC8; }
span { border-color: rgb(219,238,200); }
td.TdClassName
{
border-color: #DBEEC8;
}
.TagClassName
{
border-color: #DBEEC8;
}
</style>