Shades of Hint Of Green #DDF8CD
Tints of Hint Of Green #DDF8CD
RGB
CMYK
RGB Variations
Color information
#DDF8CD (or 0xDDF8CD) is known color: Hint Of Green. HEX triplet: DD, F8 and CD. RGB value is (221,248,205). Sum of RGB (Red+Green+Blue) = 221+248+205=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8CD is #220732. Grayscale: #EBEBEB. Windows color (decimal): -2230067 or 13498589. OLE color: 13498589.
HSL color Cylindrical-coordinate representation of color #DDF8CD: hue angle of 97.67º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDF8CD is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 248 | 205 | - |
CMYK | 0.11 | 0 | 0.17 | 0.03 |
HSL | 97.67º | 0.75% | 0.89% | - |
HSV(B) | 97.67º | 0.17% | 0.97% | - |
XYZ | 74.41 | 86.91 | 70.61 | - |
YUV | 235.03 | 111.05 | 118 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 248 | 205 | 0.11 | 0 | 0.17 | 0.03 | 97.67 | 0.75 | 0.89 |
Hex | DD | F8 | CD | B | 0 | 11 | 3 | 62 | 4B | 59 |
Octal | 335 | 370 | 315 | 13 | 0 | 21 | 3 | 142 | 113 | 131 |
Binary | 11011101 | 11111000 | 11001101 | 1011 | 0 | 10001 | 11 | 1100010 | 1001011 | 1011001 |
Color Harmonies of #DDF8CD
Complementary color
Monochromatic Colors of #DDF8CD
Black with #DDF8CD
Text Example
Text Example
White with #DDF8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8CD; }
p { color: rgb(221,248,205); }
H1.HeaderClassName
{
color: #DDF8CD;
}
.AnyTagClassName
{
color: #DDF8CD;
}
</style>
background-color css
<style>
a { background-color: #DDF8CD; }
a { background-color: rgb(221,248,205); }
div.DivClassName
{
background-color: #DDF8CD;
}
.BgClassName
{
background-color: #DDF8CD;
}
</style>
border-color css
<style>
span { border-color: #DDF8CD; }
span { border-color: rgb(221,248,205); }
td.TdClassName
{
border-color: #DDF8CD;
}
.TagClassName
{
border-color: #DDF8CD;
}
</style>