Shades of Hint Of Green #DBF3D0
Tints of Hint Of Green #DBF3D0
RGB
CMYK
RGB Variations
Color information
#DBF3D0 (or 0xDBF3D0) is known color: Hint Of Green. HEX triplet: DB, F3 and D0. RGB value is (219,243,208). Sum of RGB (Red+Green+Blue) = 219+243+208=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 208 (81.64% from 255 or 31.04% from 670); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3D0 is #240C2F. Grayscale: #E7E7E7. Windows color (decimal): -2362416 or 13693915. OLE color: 13693915.
HSL color Cylindrical-coordinate representation of color #DBF3D0: hue angle of 101.14º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBF3D0 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 243 | 208 | - |
CMYK | 0.10 | 0 | 0.14 | 0.05 |
HSL | 101.14º | 0.59% | 0.88% | - |
HSV(B) | 101.14º | 0.14% | 0.95% | - |
XYZ | 72.65 | 83.72 | 72 | - |
YUV | 231.83 | 114.55 | 118.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 243 | 208 | 0.10 | 0 | 0.14 | 0.05 | 101.14 | 0.59 | 0.88 |
Hex | DB | F3 | D0 | A | 0 | E | 5 | 65 | 3B | 58 |
Octal | 333 | 363 | 320 | 12 | 0 | 16 | 5 | 145 | 73 | 130 |
Binary | 11011011 | 11110011 | 11010000 | 1010 | 0 | 1110 | 101 | 1100101 | 111011 | 1011000 |
Color Harmonies of #DBF3D0
Complementary color
Monochromatic Colors of #DBF3D0
Black with #DBF3D0
Text Example
Text Example
White with #DBF3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3D0; }
p { color: rgb(219,243,208); }
H1.HeaderClassName
{
color: #DBF3D0;
}
.AnyTagClassName
{
color: #DBF3D0;
}
</style>
background-color css
<style>
a { background-color: #DBF3D0; }
a { background-color: rgb(219,243,208); }
div.DivClassName
{
background-color: #DBF3D0;
}
.BgClassName
{
background-color: #DBF3D0;
}
</style>
border-color css
<style>
span { border-color: #DBF3D0; }
span { border-color: rgb(219,243,208); }
td.TdClassName
{
border-color: #DBF3D0;
}
.TagClassName
{
border-color: #DBF3D0;
}
</style>