Shades of Hint Of Green #DBF0CD
Tints of Hint Of Green #DBF0CD
RGB
CMYK
RGB Variations
Color information
#DBF0CD (or 0xDBF0CD) is known color: Hint Of Green. HEX triplet: DB, F0 and CD. RGB value is (219,240,205). Sum of RGB (Red+Green+Blue) = 219+240+205=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0CD is #240F32. Grayscale: #E5E5E5. Windows color (decimal): -2363187 or 13496539. OLE color: 13496539.
HSL color Cylindrical-coordinate representation of color #DBF0CD: hue angle of 96º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBF0CD is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 240 | 205 | - |
CMYK | 0.09 | 0 | 0.15 | 0.06 |
HSL | 96º | 0.54% | 0.87% | - |
HSV(B) | 96º | 0.15% | 0.94% | - |
XYZ | 71.39 | 81.79 | 69.78 | - |
YUV | 229.73 | 114.04 | 120.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 240 | 205 | 0.09 | 0 | 0.15 | 0.06 | 96 | 0.54 | 0.87 |
Hex | DB | F0 | CD | 9 | 0 | F | 6 | 60 | 36 | 57 |
Octal | 333 | 360 | 315 | 11 | 0 | 17 | 6 | 140 | 66 | 127 |
Binary | 11011011 | 11110000 | 11001101 | 1001 | 0 | 1111 | 110 | 1100000 | 110110 | 1010111 |
Color Harmonies of #DBF0CD
Complementary color
Monochromatic Colors of #DBF0CD
Black with #DBF0CD
Text Example
Text Example
White with #DBF0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0CD; }
p { color: rgb(219,240,205); }
H1.HeaderClassName
{
color: #DBF0CD;
}
.AnyTagClassName
{
color: #DBF0CD;
}
</style>
background-color css
<style>
a { background-color: #DBF0CD; }
a { background-color: rgb(219,240,205); }
div.DivClassName
{
background-color: #DBF0CD;
}
.BgClassName
{
background-color: #DBF0CD;
}
</style>
border-color css
<style>
span { border-color: #DBF0CD; }
span { border-color: rgb(219,240,205); }
td.TdClassName
{
border-color: #DBF0CD;
}
.TagClassName
{
border-color: #DBF0CD;
}
</style>