Shades of Off Green #DAEDDE
Tints of Off Green #DAEDDE
RGB
CMYK
RGB Variations
Color information
#DAEDDE (or 0xDAEDDE) is known color: Off Green. HEX triplet: DA, ED and DE. RGB value is (218,237,222). Sum of RGB (Red+Green+Blue) = 218+237+222=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDDE is #251221. Grayscale: #E5E5E5. Windows color (decimal): -2429474 or 14609882. OLE color: 14609882.
HSL color Cylindrical-coordinate representation of color #DAEDDE: hue angle of 132.63º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAEDDE is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 237 | 222 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.07 |
| HSL | 132.63º | 0.35% | 0.89% | - |
| HSV(B) | 132.63º | 0.08% | 0.93% | - |
| XYZ | 72.38 | 80.75 | 80.88 | - |
| YUV | 229.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 237 | 222 | 0.08 | 0 | 0.06 | 0.07 | 132.63 | 0.35 | 0.89 |
| Hex | DA | ED | DE | 8 | 0 | 6 | 7 | 85 | 23 | 59 |
| Octal | 332 | 355 | 336 | 10 | 0 | 6 | 7 | 205 | 43 | 131 |
| Binary | 11011010 | 11101101 | 11011110 | 1000 | 0 | 110 | 111 | 10000101 | 100011 | 1011001 |
Color Harmonies of #DAEDDE
Complementary color
Monochromatic Colors of #DAEDDE
Black with #DAEDDE
Text Example
Text Example
White with #DAEDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDDE; }
p { color: rgb(218,237,222); }
H1.HeaderClassName
{
color: #DAEDDE;
}
.AnyTagClassName
{
color: #DAEDDE;
}
</style>
background-color css
<style>
a { background-color: #DAEDDE; }
a { background-color: rgb(218,237,222); }
div.DivClassName
{
background-color: #DAEDDE;
}
.BgClassName
{
background-color: #DAEDDE;
}
</style>
border-color css
<style>
span { border-color: #DAEDDE; }
span { border-color: rgb(218,237,222); }
td.TdClassName
{
border-color: #DAEDDE;
}
.TagClassName
{
border-color: #DAEDDE;
}
</style>