Shades of Hint Of Green #DDF5CC
Tints of Hint Of Green #DDF5CC
RGB
CMYK
RGB Variations
Color information
#DDF5CC (or 0xDDF5CC) is known color: Hint Of Green. HEX triplet: DD, F5 and CC. RGB value is (221,245,204). Sum of RGB (Red+Green+Blue) = 221+245+204=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5CC is #220A33. Grayscale: #E9E9E9. Windows color (decimal): -2230836 or 13432285. OLE color: 13432285.
HSL color Cylindrical-coordinate representation of color #DDF5CC: hue angle of 95.12º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDF5CC is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 245 | 204 | - |
CMYK | 0.10 | 0 | 0.17 | 0.04 |
HSL | 95.12º | 0.67% | 0.88% | - |
HSV(B) | 95.12º | 0.17% | 0.96% | - |
XYZ | 73.37 | 85.04 | 69.67 | - |
YUV | 233.15 | 111.55 | 119.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 245 | 204 | 0.10 | 0 | 0.17 | 0.04 | 95.12 | 0.67 | 0.88 |
Hex | DD | F5 | CC | A | 0 | 11 | 4 | 5F | 43 | 58 |
Octal | 335 | 365 | 314 | 12 | 0 | 21 | 4 | 137 | 103 | 130 |
Binary | 11011101 | 11110101 | 11001100 | 1010 | 0 | 10001 | 100 | 1011111 | 1000011 | 1011000 |
Color Harmonies of #DDF5CC
Complementary color
Monochromatic Colors of #DDF5CC
Black with #DDF5CC
Text Example
Text Example
White with #DDF5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5CC; }
p { color: rgb(221,245,204); }
H1.HeaderClassName
{
color: #DDF5CC;
}
.AnyTagClassName
{
color: #DDF5CC;
}
</style>
background-color css
<style>
a { background-color: #DDF5CC; }
a { background-color: rgb(221,245,204); }
div.DivClassName
{
background-color: #DDF5CC;
}
.BgClassName
{
background-color: #DDF5CC;
}
</style>
border-color css
<style>
span { border-color: #DDF5CC; }
span { border-color: rgb(221,245,204); }
td.TdClassName
{
border-color: #DDF5CC;
}
.TagClassName
{
border-color: #DDF5CC;
}
</style>