Shades of Off Green #DDEEE1
Tints of Off Green #DDEEE1
RGB
CMYK
RGB Variations
Color information
#DDEEE1 (or 0xDDEEE1) is known color: Off Green. HEX triplet: DD, EE and E1. RGB value is (221,238,225). Sum of RGB (Red+Green+Blue) = 221+238+225=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEE1 is #22111E. Grayscale: #E7E7E7. Windows color (decimal): -2232607 or 14806749. OLE color: 14806749.
HSL color Cylindrical-coordinate representation of color #DDEEE1: hue angle of 134.12º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEEE1 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 238 | 225 | - |
CMYK | 0.07 | 0 | 0.05 | 0.07 |
HSL | 134.12º | 0.33% | 0.9% | - |
HSV(B) | 134.12º | 0.07% | 0.93% | - |
XYZ | 73.98 | 81.96 | 83.15 | - |
YUV | 231.44 | 124.37 | 120.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 225 | 0.07 | 0 | 0.05 | 0.07 | 134.12 | 0.33 | 0.9 |
Hex | DD | EE | E1 | 7 | 0 | 5 | 7 | 86 | 21 | 5A |
Octal | 335 | 356 | 341 | 7 | 0 | 5 | 7 | 206 | 41 | 132 |
Binary | 11011101 | 11101110 | 11100001 | 111 | 0 | 101 | 111 | 10000110 | 100001 | 1011010 |
Color Harmonies of #DDEEE1
Complementary color
Monochromatic Colors of #DDEEE1
Black with #DDEEE1
Text Example
Text Example
White with #DDEEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEE1; }
p { color: rgb(221,238,225); }
H1.HeaderClassName
{
color: #DDEEE1;
}
.AnyTagClassName
{
color: #DDEEE1;
}
</style>
background-color css
<style>
a { background-color: #DDEEE1; }
a { background-color: rgb(221,238,225); }
div.DivClassName
{
background-color: #DDEEE1;
}
.BgClassName
{
background-color: #DDEEE1;
}
</style>
border-color css
<style>
span { border-color: #DDEEE1; }
span { border-color: rgb(221,238,225); }
td.TdClassName
{
border-color: #DDEEE1;
}
.TagClassName
{
border-color: #DDEEE1;
}
</style>