Shades of Hint Of Green #DBEECF
Tints of Hint Of Green #DBEECF
RGB
CMYK
RGB Variations
Color information
#DBEECF (or 0xDBEECF) is known color: Hint Of Green. HEX triplet: DB, EE and CF. RGB value is (219,238,207). Sum of RGB (Red+Green+Blue) = 219+238+207=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEECF is #241130. Grayscale: #E4E4E4. Windows color (decimal): -2363697 or 13627099. OLE color: 13627099.
HSL color Cylindrical-coordinate representation of color #DBEECF: hue angle of 96.77º 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 #DBEECF is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 238 | 207 | - |
CMYK | 0.08 | 0 | 0.13 | 0.07 |
HSL | 96.77º | 0.48% | 0.87% | - |
HSV(B) | 96.77º | 0.13% | 0.93% | - |
XYZ | 71.05 | 80.71 | 70.87 | - |
YUV | 228.79 | 115.71 | 121.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 207 | 0.08 | 0 | 0.13 | 0.07 | 96.77 | 0.48 | 0.87 |
Hex | DB | EE | CF | 8 | 0 | D | 7 | 61 | 30 | 57 |
Octal | 333 | 356 | 317 | 10 | 0 | 15 | 7 | 141 | 60 | 127 |
Binary | 11011011 | 11101110 | 11001111 | 1000 | 0 | 1101 | 111 | 1100001 | 110000 | 1010111 |
Color Harmonies of #DBEECF
Complementary color
Monochromatic Colors of #DBEECF
Black with #DBEECF
Text Example
Text Example
White with #DBEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEECF; }
p { color: rgb(219,238,207); }
H1.HeaderClassName
{
color: #DBEECF;
}
.AnyTagClassName
{
color: #DBEECF;
}
</style>
background-color css
<style>
a { background-color: #DBEECF; }
a { background-color: rgb(219,238,207); }
div.DivClassName
{
background-color: #DBEECF;
}
.BgClassName
{
background-color: #DBEECF;
}
</style>
border-color css
<style>
span { border-color: #DBEECF; }
span { border-color: rgb(219,238,207); }
td.TdClassName
{
border-color: #DBEECF;
}
.TagClassName
{
border-color: #DBEECF;
}
</style>