Shades of Hint Of Green #DBF3CD
Tints of Hint Of Green #DBF3CD
RGB
CMYK
RGB Variations
Color information
#DBF3CD (or 0xDBF3CD) is known color: Hint Of Green. HEX triplet: DB, F3 and CD. RGB value is (219,243,205). Sum of RGB (Red+Green+Blue) = 219+243+205=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3CD is #240C32. Grayscale: #E7E7E7. Windows color (decimal): -2362419 or 13497307. OLE color: 13497307.
HSL color Cylindrical-coordinate representation of color #DBF3CD: hue angle of 97.89º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBF3CD is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 243 | 205 | - |
CMYK | 0.10 | 0 | 0.16 | 0.05 |
HSL | 97.89º | 0.61% | 0.88% | - |
HSV(B) | 97.89º | 0.16% | 0.95% | - |
XYZ | 72.28 | 83.57 | 70.08 | - |
YUV | 231.49 | 113.05 | 119.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 243 | 205 | 0.10 | 0 | 0.16 | 0.05 | 97.89 | 0.61 | 0.88 |
Hex | DB | F3 | CD | A | 0 | 10 | 5 | 62 | 3D | 58 |
Octal | 333 | 363 | 315 | 12 | 0 | 20 | 5 | 142 | 75 | 130 |
Binary | 11011011 | 11110011 | 11001101 | 1010 | 0 | 10000 | 101 | 1100010 | 111101 | 1011000 |
Color Harmonies of #DBF3CD
Complementary color
Monochromatic Colors of #DBF3CD
Black with #DBF3CD
Text Example
Text Example
White with #DBF3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3CD; }
p { color: rgb(219,243,205); }
H1.HeaderClassName
{
color: #DBF3CD;
}
.AnyTagClassName
{
color: #DBF3CD;
}
</style>
background-color css
<style>
a { background-color: #DBF3CD; }
a { background-color: rgb(219,243,205); }
div.DivClassName
{
background-color: #DBF3CD;
}
.BgClassName
{
background-color: #DBF3CD;
}
</style>
border-color css
<style>
span { border-color: #DBF3CD; }
span { border-color: rgb(219,243,205); }
td.TdClassName
{
border-color: #DBF3CD;
}
.TagClassName
{
border-color: #DBF3CD;
}
</style>