Shades of Off Green #D6F3DB
Tints of Off Green #D6F3DB
RGB
CMYK
RGB Variations
Color information
#D6F3DB (or 0xD6F3DB) is known color: Off Green. HEX triplet: D6, F3 and DB. RGB value is (214,243,219). Sum of RGB (Red+Green+Blue) = 214+243+219=676 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.66% from 676); Green value is 243 (95.31% from 255 or 35.95% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F3DB is #290C24. Grayscale: #E7E7E7. Windows color (decimal): -2690085 or 14414806. OLE color: 14414806.
HSL color Cylindrical-coordinate representation of color #D6F3DB: hue angle of 130.34º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6F3DB is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 243 | 219 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.05 |
| HSL | 130.34º | 0.55% | 0.9% | - |
| HSV(B) | 130.34º | 0.12% | 0.95% | - |
| XYZ | 72.57 | 83.51 | 79.31 | - |
| YUV | 231.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 243 | 219 | 0.12 | 0 | 0.10 | 0.05 | 130.34 | 0.55 | 0.9 |
| Hex | D6 | F3 | DB | C | 0 | A | 5 | 82 | 37 | 5A |
| Octal | 326 | 363 | 333 | 14 | 0 | 12 | 5 | 202 | 67 | 132 |
| Binary | 11010110 | 11110011 | 11011011 | 1100 | 0 | 1010 | 101 | 10000010 | 110111 | 1011010 |
Color Harmonies of #D6F3DB
Complementary color
Monochromatic Colors of #D6F3DB
Black with #D6F3DB
Text Example
Text Example
White with #D6F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F3DB; }
p { color: rgb(214,243,219); }
H1.HeaderClassName
{
color: #D6F3DB;
}
.AnyTagClassName
{
color: #D6F3DB;
}
</style>
background-color css
<style>
a { background-color: #D6F3DB; }
a { background-color: rgb(214,243,219); }
div.DivClassName
{
background-color: #D6F3DB;
}
.BgClassName
{
background-color: #D6F3DB;
}
</style>
border-color css
<style>
span { border-color: #D6F3DB; }
span { border-color: rgb(214,243,219); }
td.TdClassName
{
border-color: #D6F3DB;
}
.TagClassName
{
border-color: #D6F3DB;
}
</style>