Shades of Hint Of Green #DDF9C8
Tints of Hint Of Green #DDF9C8
RGB
CMYK
RGB Variations
Color information
#DDF9C8 (or 0xDDF9C8) is known color: Hint Of Green. HEX triplet: DD, F9 and C8. RGB value is (221,249,200). Sum of RGB (Red+Green+Blue) = 221+249+200=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 200 (78.52% from 255 or 29.85% from 670); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF9C8 is #220637. Grayscale: #EBEBEB. Windows color (decimal): -2229816 or 13171165. OLE color: 13171165.
HSL color Cylindrical-coordinate representation of color #DDF9C8: hue angle of 94.29º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDF9C8 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 249 | 200 | - |
CMYK | 0.11 | 0 | 0.20 | 0.02 |
HSL | 94.29º | 0.8% | 0.88% | - |
HSV(B) | 94.29º | 0.2% | 0.98% | - |
XYZ | 74.12 | 87.29 | 67.59 | - |
YUV | 235.04 | 108.22 | 117.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 249 | 200 | 0.11 | 0 | 0.20 | 0.02 | 94.29 | 0.8 | 0.88 |
Hex | DD | F9 | C8 | B | 0 | 14 | 2 | 5E | 50 | 58 |
Octal | 335 | 371 | 310 | 13 | 0 | 24 | 2 | 136 | 120 | 130 |
Binary | 11011101 | 11111001 | 11001000 | 1011 | 0 | 10100 | 10 | 1011110 | 1010000 | 1011000 |
Color Harmonies of #DDF9C8
Complementary color
Monochromatic Colors of #DDF9C8
Black with #DDF9C8
Text Example
Text Example
White with #DDF9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF9C8; }
p { color: rgb(221,249,200); }
H1.HeaderClassName
{
color: #DDF9C8;
}
.AnyTagClassName
{
color: #DDF9C8;
}
</style>
background-color css
<style>
a { background-color: #DDF9C8; }
a { background-color: rgb(221,249,200); }
div.DivClassName
{
background-color: #DDF9C8;
}
.BgClassName
{
background-color: #DDF9C8;
}
</style>
border-color css
<style>
span { border-color: #DDF9C8; }
span { border-color: rgb(221,249,200); }
td.TdClassName
{
border-color: #DDF9C8;
}
.TagClassName
{
border-color: #DDF9C8;
}
</style>