Shades of Hint Of Green #DDF9CE
Tints of Hint Of Green #DDF9CE
RGB
CMYK
RGB Variations
Color information
#DDF9CE (or 0xDDF9CE) is known color: Hint Of Green. HEX triplet: DD, F9 and CE. RGB value is (221,249,206). Sum of RGB (Red+Green+Blue) = 221+249+206=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF9CE is #220631. Grayscale: #EBEBEB. Windows color (decimal): -2229810 or 13564381. OLE color: 13564381.
HSL color Cylindrical-coordinate representation of color #DDF9CE: hue angle of 99.07º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDF9CE is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 249 | 206 | - |
CMYK | 0.11 | 0 | 0.17 | 0.02 |
HSL | 99.07º | 0.78% | 0.89% | - |
HSV(B) | 99.07º | 0.17% | 0.98% | - |
XYZ | 74.84 | 87.58 | 71.35 | - |
YUV | 235.73 | 111.22 | 117.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 249 | 206 | 0.11 | 0 | 0.17 | 0.02 | 99.07 | 0.78 | 0.89 |
Hex | DD | F9 | CE | B | 0 | 11 | 2 | 63 | 4E | 59 |
Octal | 335 | 371 | 316 | 13 | 0 | 21 | 2 | 143 | 116 | 131 |
Binary | 11011101 | 11111001 | 11001110 | 1011 | 0 | 10001 | 10 | 1100011 | 1001110 | 1011001 |
Color Harmonies of #DDF9CE
Complementary color
Monochromatic Colors of #DDF9CE
Black with #DDF9CE
Text Example
Text Example
White with #DDF9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF9CE; }
p { color: rgb(221,249,206); }
H1.HeaderClassName
{
color: #DDF9CE;
}
.AnyTagClassName
{
color: #DDF9CE;
}
</style>
background-color css
<style>
a { background-color: #DDF9CE; }
a { background-color: rgb(221,249,206); }
div.DivClassName
{
background-color: #DDF9CE;
}
.BgClassName
{
background-color: #DDF9CE;
}
</style>
border-color css
<style>
span { border-color: #DDF9CE; }
span { border-color: rgb(221,249,206); }
td.TdClassName
{
border-color: #DDF9CE;
}
.TagClassName
{
border-color: #DDF9CE;
}
</style>