Shades of Hint Of Green #DDEED2
Tints of Hint Of Green #DDEED2
RGB
CMYK
RGB Variations
Color information
#DDEED2 (or 0xDDEED2) is known color: Hint Of Green. HEX triplet: DD, EE and D2. RGB value is (221,238,210). Sum of RGB (Red+Green+Blue) = 221+238+210=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 210 (82.42% from 255 or 31.39% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEED2 is #22112D. Grayscale: #E5E5E5. Windows color (decimal): -2232622 or 13823709. OLE color: 13823709.
HSL color Cylindrical-coordinate representation of color #DDEED2: hue angle of 96.43º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDEED2 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 238 | 210 | - |
CMYK | 0.07 | 0 | 0.12 | 0.07 |
HSL | 96.43º | 0.45% | 0.88% | - |
HSV(B) | 96.43º | 0.12% | 0.93% | - |
XYZ | 72.03 | 81.17 | 72.84 | - |
YUV | 229.73 | 116.87 | 121.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 210 | 0.07 | 0 | 0.12 | 0.07 | 96.43 | 0.45 | 0.88 |
Hex | DD | EE | D2 | 7 | 0 | C | 7 | 60 | 2D | 58 |
Octal | 335 | 356 | 322 | 7 | 0 | 14 | 7 | 140 | 55 | 130 |
Binary | 11011101 | 11101110 | 11010010 | 111 | 0 | 1100 | 111 | 1100000 | 101101 | 1011000 |
Color Harmonies of #DDEED2
Complementary color
Monochromatic Colors of #DDEED2
Black with #DDEED2
Text Example
Text Example
White with #DDEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEED2; }
p { color: rgb(221,238,210); }
H1.HeaderClassName
{
color: #DDEED2;
}
.AnyTagClassName
{
color: #DDEED2;
}
</style>
background-color css
<style>
a { background-color: #DDEED2; }
a { background-color: rgb(221,238,210); }
div.DivClassName
{
background-color: #DDEED2;
}
.BgClassName
{
background-color: #DDEED2;
}
</style>
border-color css
<style>
span { border-color: #DDEED2; }
span { border-color: rgb(221,238,210); }
td.TdClassName
{
border-color: #DDEED2;
}
.TagClassName
{
border-color: #DDEED2;
}
</style>