Shades of Hint Of Green #DDFDD2
Tints of Hint Of Green #DDFDD2
RGB
CMYK
RGB Variations
Color information
#DDFDD2 (or 0xDDFDD2) is known color: Hint Of Green. HEX triplet: DD, FD and D2. RGB value is (221,253,210). Sum of RGB (Red+Green+Blue) = 221+253+210=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 210 (82.42% from 255 or 30.70% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDD2 is #22022D. Grayscale: #EEEEEE. Windows color (decimal): -2228782 or 13827549. OLE color: 13827549.
HSL color Cylindrical-coordinate representation of color #DDFDD2: hue angle of 104.65º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDFDD2 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 210 | - |
CMYK | 0.13 | 0 | 0.17 | 0.01 |
HSL | 104.65º | 0.91% | 0.91% | - |
HSV(B) | 104.65º | 0.17% | 0.99% | - |
XYZ | 76.58 | 90.28 | 74.36 | - |
YUV | 238.53 | 111.9 | 115.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 210 | 0.13 | 0 | 0.17 | 0.01 | 104.65 | 0.91 | 0.91 |
Hex | DD | FD | D2 | D | 0 | 11 | 1 | 69 | 5B | 5B |
Octal | 335 | 375 | 322 | 15 | 0 | 21 | 1 | 151 | 133 | 133 |
Binary | 11011101 | 11111101 | 11010010 | 1101 | 0 | 10001 | 1 | 1101001 | 1011011 | 1011011 |
Color Harmonies of #DDFDD2
Complementary color
Monochromatic Colors of #DDFDD2
Black with #DDFDD2
Text Example
Text Example
White with #DDFDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDD2; }
p { color: rgb(221,253,210); }
H1.HeaderClassName
{
color: #DDFDD2;
}
.AnyTagClassName
{
color: #DDFDD2;
}
</style>
background-color css
<style>
a { background-color: #DDFDD2; }
a { background-color: rgb(221,253,210); }
div.DivClassName
{
background-color: #DDFDD2;
}
.BgClassName
{
background-color: #DDFDD2;
}
</style>
border-color css
<style>
span { border-color: #DDFDD2; }
span { border-color: rgb(221,253,210); }
td.TdClassName
{
border-color: #DDFDD2;
}
.TagClassName
{
border-color: #DDFDD2;
}
</style>