Shades of Frostee #DBEECC
Tints of Frostee #DBEECC
RGB
CMYK
RGB Variations
Color information
#DBEECC (or 0xDBEECC) is known color: Frostee. HEX triplet: DB, EE and CC. RGB value is (219,238,204). Sum of RGB (Red+Green+Blue) = 219+238+204=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEECC is #241133. Grayscale: #E4E4E4. Windows color (decimal): -2363700 or 13430491. OLE color: 13430491.
HSL color Cylindrical-coordinate representation of color #DBEECC: hue angle of 93.53º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBEECC is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 238 | 204 | - |
CMYK | 0.08 | 0 | 0.14 | 0.07 |
HSL | 93.53º | 0.5% | 0.87% | - |
HSV(B) | 93.53º | 0.14% | 0.93% | - |
XYZ | 70.69 | 80.57 | 68.95 | - |
YUV | 228.44 | 114.21 | 121.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 204 | 0.08 | 0 | 0.14 | 0.07 | 93.53 | 0.5 | 0.87 |
Hex | DB | EE | CC | 8 | 0 | E | 7 | 5E | 32 | 57 |
Octal | 333 | 356 | 314 | 10 | 0 | 16 | 7 | 136 | 62 | 127 |
Binary | 11011011 | 11101110 | 11001100 | 1000 | 0 | 1110 | 111 | 1011110 | 110010 | 1010111 |
Color Harmonies of #DBEECC
Complementary color
Monochromatic Colors of #DBEECC
Black with #DBEECC
Text Example
Text Example
White with #DBEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEECC; }
p { color: rgb(219,238,204); }
H1.HeaderClassName
{
color: #DBEECC;
}
.AnyTagClassName
{
color: #DBEECC;
}
</style>
background-color css
<style>
a { background-color: #DBEECC; }
a { background-color: rgb(219,238,204); }
div.DivClassName
{
background-color: #DBEECC;
}
.BgClassName
{
background-color: #DBEECC;
}
</style>
border-color css
<style>
span { border-color: #DBEECC; }
span { border-color: rgb(219,238,204); }
td.TdClassName
{
border-color: #DBEECC;
}
.TagClassName
{
border-color: #DBEECC;
}
</style>