Shades of Hint Of Green #DDF1CD
Tints of Hint Of Green #DDF1CD
RGB
CMYK
RGB Variations
Color information
#DDF1CD (or 0xDDF1CD) is known color: Hint Of Green. HEX triplet: DD, F1 and CD. RGB value is (221,241,205). Sum of RGB (Red+Green+Blue) = 221+241+205=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1CD is #220E32. Grayscale: #E7E7E7. Windows color (decimal): -2231859 or 13496797. OLE color: 13496797.
HSL color Cylindrical-coordinate representation of color #DDF1CD: hue angle of 93.33º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDF1CD is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 241 | 205 | - |
CMYK | 0.08 | 0 | 0.15 | 0.05 |
HSL | 93.33º | 0.56% | 0.87% | - |
HSV(B) | 93.33º | 0.15% | 0.95% | - |
XYZ | 72.29 | 82.69 | 69.91 | - |
YUV | 230.92 | 113.37 | 120.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 241 | 205 | 0.08 | 0 | 0.15 | 0.05 | 93.33 | 0.56 | 0.87 |
Hex | DD | F1 | CD | 8 | 0 | F | 5 | 5D | 38 | 57 |
Octal | 335 | 361 | 315 | 10 | 0 | 17 | 5 | 135 | 70 | 127 |
Binary | 11011101 | 11110001 | 11001101 | 1000 | 0 | 1111 | 101 | 1011101 | 111000 | 1010111 |
Color Harmonies of #DDF1CD
Complementary color
Monochromatic Colors of #DDF1CD
Black with #DDF1CD
Text Example
Text Example
White with #DDF1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1CD; }
p { color: rgb(221,241,205); }
H1.HeaderClassName
{
color: #DDF1CD;
}
.AnyTagClassName
{
color: #DDF1CD;
}
</style>
background-color css
<style>
a { background-color: #DDF1CD; }
a { background-color: rgb(221,241,205); }
div.DivClassName
{
background-color: #DDF1CD;
}
.BgClassName
{
background-color: #DDF1CD;
}
</style>
border-color css
<style>
span { border-color: #DDF1CD; }
span { border-color: rgb(221,241,205); }
td.TdClassName
{
border-color: #DDF1CD;
}
.TagClassName
{
border-color: #DDF1CD;
}
</style>