Shades of Hint Of Green #DDF3CD
Tints of Hint Of Green #DDF3CD
RGB
CMYK
RGB Variations
Color information
#DDF3CD (or 0xDDF3CD) is known color: Hint Of Green. HEX triplet: DD, F3 and CD. RGB value is (221,243,205). Sum of RGB (Red+Green+Blue) = 221+243+205=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3CD is #220C32. Grayscale: #E8E8E8. Windows color (decimal): -2231347 or 13497309. OLE color: 13497309.
HSL color Cylindrical-coordinate representation of color #DDF3CD: hue angle of 94.74º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDF3CD is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 243 | 205 | - |
CMYK | 0.09 | 0 | 0.16 | 0.05 |
HSL | 94.74º | 0.61% | 0.88% | - |
HSV(B) | 94.74º | 0.16% | 0.95% | - |
XYZ | 72.89 | 83.88 | 70.11 | - |
YUV | 232.09 | 112.71 | 120.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 243 | 205 | 0.09 | 0 | 0.16 | 0.05 | 94.74 | 0.61 | 0.88 |
Hex | DD | F3 | CD | 9 | 0 | 10 | 5 | 5F | 3D | 58 |
Octal | 335 | 363 | 315 | 11 | 0 | 20 | 5 | 137 | 75 | 130 |
Binary | 11011101 | 11110011 | 11001101 | 1001 | 0 | 10000 | 101 | 1011111 | 111101 | 1011000 |
Color Harmonies of #DDF3CD
Complementary color
Monochromatic Colors of #DDF3CD
Black with #DDF3CD
Text Example
Text Example
White with #DDF3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3CD; }
p { color: rgb(221,243,205); }
H1.HeaderClassName
{
color: #DDF3CD;
}
.AnyTagClassName
{
color: #DDF3CD;
}
</style>
background-color css
<style>
a { background-color: #DDF3CD; }
a { background-color: rgb(221,243,205); }
div.DivClassName
{
background-color: #DDF3CD;
}
.BgClassName
{
background-color: #DDF3CD;
}
</style>
border-color css
<style>
span { border-color: #DDF3CD; }
span { border-color: rgb(221,243,205); }
td.TdClassName
{
border-color: #DDF3CD;
}
.TagClassName
{
border-color: #DDF3CD;
}
</style>