Shades of Hint Of Green #DBEECE
Tints of Hint Of Green #DBEECE
RGB
CMYK
RGB Variations
Color information
#DBEECE (or 0xDBEECE) is known color: Hint Of Green. HEX triplet: DB, EE and CE. RGB value is (219,238,206). Sum of RGB (Red+Green+Blue) = 219+238+206=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEECE is #241131. Grayscale: #E4E4E4. Windows color (decimal): -2363698 or 13561563. OLE color: 13561563.
HSL color Cylindrical-coordinate representation of color #DBEECE: hue angle of 95.62º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBEECE is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 238 | 206 | - |
CMYK | 0.08 | 0 | 0.13 | 0.07 |
HSL | 95.63º | 0.48% | 0.87% | - |
HSV(B) | 95.63º | 0.13% | 0.93% | - |
XYZ | 70.93 | 80.67 | 70.22 | - |
YUV | 228.67 | 115.21 | 121.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 206 | 0.08 | 0 | 0.13 | 0.07 | 95.63 | 0.48 | 0.87 |
Hex | DB | EE | CE | 8 | 0 | D | 7 | 60 | 30 | 57 |
Octal | 333 | 356 | 316 | 10 | 0 | 15 | 7 | 140 | 60 | 127 |
Binary | 11011011 | 11101110 | 11001110 | 1000 | 0 | 1101 | 111 | 1100000 | 110000 | 1010111 |
Color Harmonies of #DBEECE
Complementary color
Monochromatic Colors of #DBEECE
Black with #DBEECE
Text Example
Text Example
White with #DBEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEECE; }
p { color: rgb(219,238,206); }
H1.HeaderClassName
{
color: #DBEECE;
}
.AnyTagClassName
{
color: #DBEECE;
}
</style>
background-color css
<style>
a { background-color: #DBEECE; }
a { background-color: rgb(219,238,206); }
div.DivClassName
{
background-color: #DBEECE;
}
.BgClassName
{
background-color: #DBEECE;
}
</style>
border-color css
<style>
span { border-color: #DBEECE; }
span { border-color: rgb(219,238,206); }
td.TdClassName
{
border-color: #DBEECE;
}
.TagClassName
{
border-color: #DBEECE;
}
</style>