Shades of Off Green #D3FADC
Tints of Off Green #D3FADC
RGB
CMYK
RGB Variations
Color information
#D3FADC (or 0xD3FADC) is known color: Off Green. HEX triplet: D3, FA and DC. RGB value is (211,250,220). Sum of RGB (Red+Green+Blue) = 211+250+220=681 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.98% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FADC is #2C0523. Grayscale: #EBEBEB. Windows color (decimal): -2884900 or 14482131. OLE color: 14482131.
HSL color Cylindrical-coordinate representation of color #D3FADC: hue angle of 133.85º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3FADC is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 250 | 220 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.02 |
| HSL | 133.85º | 0.8% | 0.9% | - |
| HSV(B) | 133.85º | 0.16% | 0.98% | - |
| XYZ | 73.97 | 87.39 | 80.68 | - |
| YUV | 234.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 250 | 220 | 0.16 | 0 | 0.12 | 0.02 | 133.85 | 0.8 | 0.9 |
| Hex | D3 | FA | DC | 10 | 0 | C | 2 | 86 | 50 | 5A |
| Octal | 323 | 372 | 334 | 20 | 0 | 14 | 2 | 206 | 120 | 132 |
| Binary | 11010011 | 11111010 | 11011100 | 10000 | 0 | 1100 | 10 | 10000110 | 1010000 | 1011010 |
Color Harmonies of #D3FADC
Complementary color
Monochromatic Colors of #D3FADC
Black with #D3FADC
Text Example
Text Example
White with #D3FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FADC; }
p { color: rgb(211,250,220); }
H1.HeaderClassName
{
color: #D3FADC;
}
.AnyTagClassName
{
color: #D3FADC;
}
</style>
background-color css
<style>
a { background-color: #D3FADC; }
a { background-color: rgb(211,250,220); }
div.DivClassName
{
background-color: #D3FADC;
}
.BgClassName
{
background-color: #D3FADC;
}
</style>
border-color css
<style>
span { border-color: #D3FADC; }
span { border-color: rgb(211,250,220); }
td.TdClassName
{
border-color: #D3FADC;
}
.TagClassName
{
border-color: #D3FADC;
}
</style>