Shades of Hint Of Green #DBF0D0
Tints of Hint Of Green #DBF0D0
RGB
CMYK
RGB Variations
Color information
#DBF0D0 (or 0xDBF0D0) is known color: Hint Of Green. HEX triplet: DB, F0 and D0. RGB value is (219,240,208). Sum of RGB (Red+Green+Blue) = 219+240+208=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 208 (81.64% from 255 or 31.18% from 667); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0D0 is #240F2F. Grayscale: #E6E6E6. Windows color (decimal): -2363184 or 13693147. OLE color: 13693147.
HSL color Cylindrical-coordinate representation of color #DBF0D0: hue angle of 99.38º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBF0D0 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 240 | 208 | - |
CMYK | 0.09 | 0 | 0.13 | 0.06 |
HSL | 99.38º | 0.52% | 0.88% | - |
HSV(B) | 99.38º | 0.13% | 0.94% | - |
XYZ | 71.76 | 81.93 | 71.71 | - |
YUV | 230.07 | 115.54 | 120.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 240 | 208 | 0.09 | 0 | 0.13 | 0.06 | 99.38 | 0.52 | 0.88 |
Hex | DB | F0 | D0 | 9 | 0 | D | 6 | 63 | 34 | 58 |
Octal | 333 | 360 | 320 | 11 | 0 | 15 | 6 | 143 | 64 | 130 |
Binary | 11011011 | 11110000 | 11010000 | 1001 | 0 | 1101 | 110 | 1100011 | 110100 | 1011000 |
Color Harmonies of #DBF0D0
Complementary color
Monochromatic Colors of #DBF0D0
Black with #DBF0D0
Text Example
Text Example
White with #DBF0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0D0; }
p { color: rgb(219,240,208); }
H1.HeaderClassName
{
color: #DBF0D0;
}
.AnyTagClassName
{
color: #DBF0D0;
}
</style>
background-color css
<style>
a { background-color: #DBF0D0; }
a { background-color: rgb(219,240,208); }
div.DivClassName
{
background-color: #DBF0D0;
}
.BgClassName
{
background-color: #DBF0D0;
}
</style>
border-color css
<style>
span { border-color: #DBF0D0; }
span { border-color: rgb(219,240,208); }
td.TdClassName
{
border-color: #DBF0D0;
}
.TagClassName
{
border-color: #DBF0D0;
}
</style>