Shades of Hint Of Green #DDFFD0
Tints of Hint Of Green #DDFFD0
RGB
CMYK
RGB Variations
Color information
#DDFFD0 (or 0xDDFFD0) is known color: Hint Of Green. HEX triplet: DD, FF and D0. RGB value is (221,255,208). Sum of RGB (Red+Green+Blue) = 221+255+208=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 208 (81.64% from 255 or 30.41% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFD0 is #22002F. Grayscale: #EFEFEF. Windows color (decimal): -2228272 or 13696989. OLE color: 13696989.
HSL color Cylindrical-coordinate representation of color #DDFFD0: hue angle of 103.4º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDFFD0 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 208 | - |
| CMYK | 0.13 | 0 | 0.18 | 0 |
| HSL | 103.4º | 1% | 0.91% | - |
| HSV(B) | 103.4º | 0.18% | 1% | - |
| XYZ | 76.96 | 91.45 | 73.27 | - |
| YUV | 239.48 | 110.24 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 208 | 0.13 | 0 | 0.18 | 0 | 103.4 | 1 | 0.91 |
| Hex | DD | FF | D0 | D | 0 | 12 | 0 | 67 | 64 | 5B |
| Octal | 335 | 377 | 320 | 15 | 0 | 22 | 0 | 147 | 144 | 133 |
| Binary | 11011101 | 11111111 | 11010000 | 1101 | 0 | 10010 | 0 | 1100111 | 1100100 | 1011011 |
Color Harmonies of #DDFFD0
Complementary color
Monochromatic Colors of #DDFFD0
Black with #DDFFD0
Text Example
Text Example
White with #DDFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFD0; }
p { color: rgb(221,255,208); }
H1.HeaderClassName
{
color: #DDFFD0;
}
.AnyTagClassName
{
color: #DDFFD0;
}
</style>
background-color css
<style>
a { background-color: #DDFFD0; }
a { background-color: rgb(221,255,208); }
div.DivClassName
{
background-color: #DDFFD0;
}
.BgClassName
{
background-color: #DDFFD0;
}
</style>
border-color css
<style>
span { border-color: #DDFFD0; }
span { border-color: rgb(221,255,208); }
td.TdClassName
{
border-color: #DDFFD0;
}
.TagClassName
{
border-color: #DDFFD0;
}
</style>