Shades of Hint Of Green #DDEFD3
Tints of Hint Of Green #DDEFD3
RGB
CMYK
RGB Variations
Color information
#DDEFD3 (or 0xDDEFD3) is known color: Hint Of Green. HEX triplet: DD, EF and D3. RGB value is (221,239,211). Sum of RGB (Red+Green+Blue) = 221+239+211=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 211 (82.81% from 255 or 31.45% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFD3 is #22102C. Grayscale: #E6E6E6. Windows color (decimal): -2232365 or 13889501. OLE color: 13889501.
HSL color Cylindrical-coordinate representation of color #DDEFD3: hue angle of 98.57º degrees, saturation: 0.47, 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 #DDEFD3 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 211 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.06 |
| HSL | 98.57º | 0.47% | 0.88% | - |
| HSV(B) | 98.57º | 0.12% | 0.94% | - |
| XYZ | 72.44 | 81.81 | 73.6 | - |
| YUV | 230.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 211 | 0.08 | 0 | 0.12 | 0.06 | 98.57 | 0.47 | 0.88 |
| Hex | DD | EF | D3 | 8 | 0 | C | 6 | 63 | 2F | 58 |
| Octal | 335 | 357 | 323 | 10 | 0 | 14 | 6 | 143 | 57 | 130 |
| Binary | 11011101 | 11101111 | 11010011 | 1000 | 0 | 1100 | 110 | 1100011 | 101111 | 1011000 |
Color Harmonies of #DDEFD3
Complementary color
Monochromatic Colors of #DDEFD3
Black with #DDEFD3
Text Example
Text Example
White with #DDEFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFD3; }
p { color: rgb(221,239,211); }
H1.HeaderClassName
{
color: #DDEFD3;
}
.AnyTagClassName
{
color: #DDEFD3;
}
</style>
background-color css
<style>
a { background-color: #DDEFD3; }
a { background-color: rgb(221,239,211); }
div.DivClassName
{
background-color: #DDEFD3;
}
.BgClassName
{
background-color: #DDEFD3;
}
</style>
border-color css
<style>
span { border-color: #DDEFD3; }
span { border-color: rgb(221,239,211); }
td.TdClassName
{
border-color: #DDEFD3;
}
.TagClassName
{
border-color: #DDEFD3;
}
</style>