Shades of Hint Of Green #DDF6D3
Tints of Hint Of Green #DDF6D3
RGB
CMYK
RGB Variations
Color information
#DDF6D3 (or 0xDDF6D3) is known color: Hint Of Green. HEX triplet: DD, F6 and D3. RGB value is (221,246,211). Sum of RGB (Red+Green+Blue) = 221+246+211=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 246 (96.48% from 255 or 36.28% from 678); Blue value is 211 (82.81% from 255 or 31.12% from 678); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF6D3 is #22092C. Grayscale: #EAEAEA. Windows color (decimal): -2230573 or 13891293. OLE color: 13891293.
HSL color Cylindrical-coordinate representation of color #DDF6D3: hue angle of 102.86º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDF6D3 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 211 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.04 |
| HSL | 102.86º | 0.66% | 0.9% | - |
| HSV(B) | 102.86º | 0.14% | 0.96% | - |
| XYZ | 74.53 | 85.99 | 74.3 | - |
| YUV | 234.54 | 114.72 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 211 | 0.10 | 0 | 0.14 | 0.04 | 102.86 | 0.66 | 0.9 |
| Hex | DD | F6 | D3 | A | 0 | E | 4 | 67 | 42 | 5A |
| Octal | 335 | 366 | 323 | 12 | 0 | 16 | 4 | 147 | 102 | 132 |
| Binary | 11011101 | 11110110 | 11010011 | 1010 | 0 | 1110 | 100 | 1100111 | 1000010 | 1011010 |
Color Harmonies of #DDF6D3
Complementary color
Monochromatic Colors of #DDF6D3
Black with #DDF6D3
Text Example
Text Example
White with #DDF6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF6D3; }
p { color: rgb(221,246,211); }
H1.HeaderClassName
{
color: #DDF6D3;
}
.AnyTagClassName
{
color: #DDF6D3;
}
</style>
background-color css
<style>
a { background-color: #DDF6D3; }
a { background-color: rgb(221,246,211); }
div.DivClassName
{
background-color: #DDF6D3;
}
.BgClassName
{
background-color: #DDF6D3;
}
</style>
border-color css
<style>
span { border-color: #DDF6D3; }
span { border-color: rgb(221,246,211); }
td.TdClassName
{
border-color: #DDF6D3;
}
.TagClassName
{
border-color: #DDF6D3;
}
</style>