Shades of Hint Of Green #DDF8C7
Tints of Hint Of Green #DDF8C7
RGB
CMYK
RGB Variations
Color information
#DDF8C7 (or 0xDDF8C7) is known color: Hint Of Green. HEX triplet: DD, F8 and C7. RGB value is (221,248,199). Sum of RGB (Red+Green+Blue) = 221+248+199=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 199 (78.12% from 255 or 29.79% from 668); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8C7 is #220738. Grayscale: #EAEAEA. Windows color (decimal): -2230073 or 13105373. OLE color: 13105373.
HSL color Cylindrical-coordinate representation of color #DDF8C7: hue angle of 93.06º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDF8C7 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 248 | 199 | - |
CMYK | 0.11 | 0 | 0.20 | 0.03 |
HSL | 93.06º | 0.78% | 0.88% | - |
HSV(B) | 93.06º | 0.2% | 0.97% | - |
XYZ | 73.7 | 86.63 | 66.87 | - |
YUV | 234.34 | 108.05 | 118.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 248 | 199 | 0.11 | 0 | 0.20 | 0.03 | 93.06 | 0.78 | 0.88 |
Hex | DD | F8 | C7 | B | 0 | 14 | 3 | 5D | 4E | 58 |
Octal | 335 | 370 | 307 | 13 | 0 | 24 | 3 | 135 | 116 | 130 |
Binary | 11011101 | 11111000 | 11000111 | 1011 | 0 | 10100 | 11 | 1011101 | 1001110 | 1011000 |
Color Harmonies of #DDF8C7
Complementary color
Monochromatic Colors of #DDF8C7
Black with #DDF8C7
Text Example
Text Example
White with #DDF8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8C7; }
p { color: rgb(221,248,199); }
H1.HeaderClassName
{
color: #DDF8C7;
}
.AnyTagClassName
{
color: #DDF8C7;
}
</style>
background-color css
<style>
a { background-color: #DDF8C7; }
a { background-color: rgb(221,248,199); }
div.DivClassName
{
background-color: #DDF8C7;
}
.BgClassName
{
background-color: #DDF8C7;
}
</style>
border-color css
<style>
span { border-color: #DDF8C7; }
span { border-color: rgb(221,248,199); }
td.TdClassName
{
border-color: #DDF8C7;
}
.TagClassName
{
border-color: #DDF8C7;
}
</style>