Shades of Hint Of Green #DDEFD2
Tints of Hint Of Green #DDEFD2
RGB
CMYK
RGB Variations
Color information
#DDEFD2 (or 0xDDEFD2) is known color: Hint Of Green. HEX triplet: DD, EF and D2. RGB value is (221,239,210). Sum of RGB (Red+Green+Blue) = 221+239+210=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 210 (82.42% from 255 or 31.34% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFD2 is #22102D. Grayscale: #E6E6E6. Windows color (decimal): -2232366 or 13823965. OLE color: 13823965.
HSL color Cylindrical-coordinate representation of color #DDEFD2: hue angle of 97.24º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDEFD2 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 210 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.06 |
| HSL | 97.24º | 0.48% | 0.88% | - |
| HSV(B) | 97.24º | 0.12% | 0.94% | - |
| XYZ | 72.32 | 81.76 | 72.94 | - |
| YUV | 230.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 210 | 0.08 | 0 | 0.12 | 0.06 | 97.24 | 0.48 | 0.88 |
| Hex | DD | EF | D2 | 8 | 0 | C | 6 | 61 | 30 | 58 |
| Octal | 335 | 357 | 322 | 10 | 0 | 14 | 6 | 141 | 60 | 130 |
| Binary | 11011101 | 11101111 | 11010010 | 1000 | 0 | 1100 | 110 | 1100001 | 110000 | 1011000 |
Color Harmonies of #DDEFD2
Complementary color
Monochromatic Colors of #DDEFD2
Black with #DDEFD2
Text Example
Text Example
White with #DDEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFD2; }
p { color: rgb(221,239,210); }
H1.HeaderClassName
{
color: #DDEFD2;
}
.AnyTagClassName
{
color: #DDEFD2;
}
</style>
background-color css
<style>
a { background-color: #DDEFD2; }
a { background-color: rgb(221,239,210); }
div.DivClassName
{
background-color: #DDEFD2;
}
.BgClassName
{
background-color: #DDEFD2;
}
</style>
border-color css
<style>
span { border-color: #DDEFD2; }
span { border-color: rgb(221,239,210); }
td.TdClassName
{
border-color: #DDEFD2;
}
.TagClassName
{
border-color: #DDEFD2;
}
</style>