Shades of Off Green #DAF1DD
Tints of Off Green #DAF1DD
RGB
CMYK
RGB Variations
Color information
#DAF1DD (or 0xDAF1DD) is known color: Off Green. HEX triplet: DA, F1 and DD. RGB value is (218,241,221). Sum of RGB (Red+Green+Blue) = 218+241+221=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1DD is #250E22. Grayscale: #E7E7E7. Windows color (decimal): -2428451 or 14545370. OLE color: 14545370.
HSL color Cylindrical-coordinate representation of color #DAF1DD: hue angle of 127.83º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF1DD is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 221 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.05 |
| HSL | 127.83º | 0.45% | 0.9% | - |
| HSV(B) | 127.83º | 0.1% | 0.95% | - |
| XYZ | 73.42 | 83.04 | 80.56 | - |
| YUV | 231.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 221 | 0.10 | 0 | 0.08 | 0.05 | 127.83 | 0.45 | 0.9 |
| Hex | DA | F1 | DD | A | 0 | 8 | 5 | 80 | 2D | 5A |
| Octal | 332 | 361 | 335 | 12 | 0 | 10 | 5 | 200 | 55 | 132 |
| Binary | 11011010 | 11110001 | 11011101 | 1010 | 0 | 1000 | 101 | 10000000 | 101101 | 1011010 |
Color Harmonies of #DAF1DD
Complementary color
Monochromatic Colors of #DAF1DD
Black with #DAF1DD
Text Example
Text Example
White with #DAF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF1DD; }
p { color: rgb(218,241,221); }
H1.HeaderClassName
{
color: #DAF1DD;
}
.AnyTagClassName
{
color: #DAF1DD;
}
</style>
background-color css
<style>
a { background-color: #DAF1DD; }
a { background-color: rgb(218,241,221); }
div.DivClassName
{
background-color: #DAF1DD;
}
.BgClassName
{
background-color: #DAF1DD;
}
</style>
border-color css
<style>
span { border-color: #DAF1DD; }
span { border-color: rgb(218,241,221); }
td.TdClassName
{
border-color: #DAF1DD;
}
.TagClassName
{
border-color: #DAF1DD;
}
</style>