Shades of Hint Of Green #DDFAD0
Tints of Hint Of Green #DDFAD0
RGB
CMYK
RGB Variations
Color information
#DDFAD0 (or 0xDDFAD0) is known color: Hint Of Green. HEX triplet: DD, FA and D0. RGB value is (221,250,208). Sum of RGB (Red+Green+Blue) = 221+250+208=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 208 (81.64% from 255 or 30.63% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAD0 is #22052F. Grayscale: #ECECEC. Windows color (decimal): -2229552 or 13695709. OLE color: 13695709.
HSL color Cylindrical-coordinate representation of color #DDFAD0: hue angle of 101.43º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDFAD0 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 250 | 208 | - |
CMYK | 0.12 | 0 | 0.17 | 0.02 |
HSL | 101.43º | 0.81% | 0.9% | - |
HSV(B) | 101.43º | 0.17% | 0.98% | - |
XYZ | 75.39 | 88.3 | 72.74 | - |
YUV | 236.54 | 111.89 | 116.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 250 | 208 | 0.12 | 0 | 0.17 | 0.02 | 101.43 | 0.81 | 0.9 |
Hex | DD | FA | D0 | C | 0 | 11 | 2 | 65 | 51 | 5A |
Octal | 335 | 372 | 320 | 14 | 0 | 21 | 2 | 145 | 121 | 132 |
Binary | 11011101 | 11111010 | 11010000 | 1100 | 0 | 10001 | 10 | 1100101 | 1010001 | 1011010 |
Color Harmonies of #DDFAD0
Complementary color
Monochromatic Colors of #DDFAD0
Black with #DDFAD0
Text Example
Text Example
White with #DDFAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAD0; }
p { color: rgb(221,250,208); }
H1.HeaderClassName
{
color: #DDFAD0;
}
.AnyTagClassName
{
color: #DDFAD0;
}
</style>
background-color css
<style>
a { background-color: #DDFAD0; }
a { background-color: rgb(221,250,208); }
div.DivClassName
{
background-color: #DDFAD0;
}
.BgClassName
{
background-color: #DDFAD0;
}
</style>
border-color css
<style>
span { border-color: #DDFAD0; }
span { border-color: rgb(221,250,208); }
td.TdClassName
{
border-color: #DDFAD0;
}
.TagClassName
{
border-color: #DDFAD0;
}
</style>