Shades of Hint Of Green #DDF8C8
Tints of Hint Of Green #DDF8C8
RGB
CMYK
RGB Variations
Color information
#DDF8C8 (or 0xDDF8C8) is known color: Hint Of Green. HEX triplet: DD, F8 and C8. RGB value is (221,248,200). Sum of RGB (Red+Green+Blue) = 221+248+200=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 200 (78.52% from 255 or 29.90% from 669); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8C8 is #220737. Grayscale: #EAEAEA. Windows color (decimal): -2230072 or 13170909. OLE color: 13170909.
HSL color Cylindrical-coordinate representation of color #DDF8C8: hue angle of 93.75º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDF8C8 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 248 | 200 | - |
CMYK | 0.11 | 0 | 0.19 | 0.03 |
HSL | 93.75º | 0.77% | 0.88% | - |
HSV(B) | 93.75º | 0.19% | 0.97% | - |
XYZ | 73.81 | 86.68 | 67.48 | - |
YUV | 234.46 | 108.55 | 118.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 248 | 200 | 0.11 | 0 | 0.19 | 0.03 | 93.75 | 0.77 | 0.88 |
Hex | DD | F8 | C8 | B | 0 | 13 | 3 | 5E | 4D | 58 |
Octal | 335 | 370 | 310 | 13 | 0 | 23 | 3 | 136 | 115 | 130 |
Binary | 11011101 | 11111000 | 11001000 | 1011 | 0 | 10011 | 11 | 1011110 | 1001101 | 1011000 |
Color Harmonies of #DDF8C8
Complementary color
Monochromatic Colors of #DDF8C8
Black with #DDF8C8
Text Example
Text Example
White with #DDF8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8C8; }
p { color: rgb(221,248,200); }
H1.HeaderClassName
{
color: #DDF8C8;
}
.AnyTagClassName
{
color: #DDF8C8;
}
</style>
background-color css
<style>
a { background-color: #DDF8C8; }
a { background-color: rgb(221,248,200); }
div.DivClassName
{
background-color: #DDF8C8;
}
.BgClassName
{
background-color: #DDF8C8;
}
</style>
border-color css
<style>
span { border-color: #DDF8C8; }
span { border-color: rgb(221,248,200); }
td.TdClassName
{
border-color: #DDF8C8;
}
.TagClassName
{
border-color: #DDF8C8;
}
</style>