Shades of Hint Of Green #DDF4D3
Tints of Hint Of Green #DDF4D3
RGB
CMYK
RGB Variations
Color information
#DDF4D3 (or 0xDDF4D3) is known color: Hint Of Green. HEX triplet: DD, F4 and D3. RGB value is (221,244,211). Sum of RGB (Red+Green+Blue) = 221+244+211=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 244 (95.70% from 255 or 36.09% from 676); Blue value is 211 (82.81% from 255 or 31.21% from 676); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF4D3 is #220B2C. Grayscale: #E9E9E9. Windows color (decimal): -2231085 or 13890781. OLE color: 13890781.
HSL color Cylindrical-coordinate representation of color #DDF4D3: hue angle of 101.82º degrees, saturation: 0.6, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDF4D3 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 244 | 211 | - |
CMYK | 0.09 | 0 | 0.14 | 0.04 |
HSL | 101.82º | 0.6% | 0.89% | - |
HSV(B) | 101.82º | 0.14% | 0.96% | - |
XYZ | 73.93 | 84.78 | 74.1 | - |
YUV | 233.36 | 115.38 | 119.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 244 | 211 | 0.09 | 0 | 0.14 | 0.04 | 101.82 | 0.6 | 0.89 |
Hex | DD | F4 | D3 | 9 | 0 | E | 4 | 66 | 3C | 59 |
Octal | 335 | 364 | 323 | 11 | 0 | 16 | 4 | 146 | 74 | 131 |
Binary | 11011101 | 11110100 | 11010011 | 1001 | 0 | 1110 | 100 | 1100110 | 111100 | 1011001 |
Color Harmonies of #DDF4D3
Complementary color
Monochromatic Colors of #DDF4D3
Black with #DDF4D3
Text Example
Text Example
White with #DDF4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF4D3; }
p { color: rgb(221,244,211); }
H1.HeaderClassName
{
color: #DDF4D3;
}
.AnyTagClassName
{
color: #DDF4D3;
}
</style>
background-color css
<style>
a { background-color: #DDF4D3; }
a { background-color: rgb(221,244,211); }
div.DivClassName
{
background-color: #DDF4D3;
}
.BgClassName
{
background-color: #DDF4D3;
}
</style>
border-color css
<style>
span { border-color: #DDF4D3; }
span { border-color: rgb(221,244,211); }
td.TdClassName
{
border-color: #DDF4D3;
}
.TagClassName
{
border-color: #DDF4D3;
}
</style>