Shades of Hint Of Green #DDF3D3
Tints of Hint Of Green #DDF3D3
RGB
CMYK
RGB Variations
Color information
#DDF3D3 (or 0xDDF3D3) is known color: Hint Of Green. HEX triplet: DD, F3 and D3. RGB value is (221,243,211). Sum of RGB (Red+Green+Blue) = 221+243+211=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 243 (95.31% from 255 or 36% from 675); Blue value is 211 (82.81% from 255 or 31.26% from 675); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3D3 is #220C2C. Grayscale: #E8E8E8. Windows color (decimal): -2231341 or 13890525. OLE color: 13890525.
HSL color Cylindrical-coordinate representation of color #DDF3D3: hue angle of 101.25º degrees, saturation: 0.57, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDF3D3 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 211 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.05 |
| HSL | 101.25º | 0.57% | 0.89% | - |
| HSV(B) | 101.25º | 0.13% | 0.95% | - |
| XYZ | 73.63 | 84.18 | 74 | - |
| YUV | 232.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 211 | 0.09 | 0 | 0.13 | 0.05 | 101.25 | 0.57 | 0.89 |
| Hex | DD | F3 | D3 | 9 | 0 | D | 5 | 65 | 39 | 59 |
| Octal | 335 | 363 | 323 | 11 | 0 | 15 | 5 | 145 | 71 | 131 |
| Binary | 11011101 | 11110011 | 11010011 | 1001 | 0 | 1101 | 101 | 1100101 | 111001 | 1011001 |
Color Harmonies of #DDF3D3
Complementary color
Monochromatic Colors of #DDF3D3
Black with #DDF3D3
Text Example
Text Example
White with #DDF3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3D3; }
p { color: rgb(221,243,211); }
H1.HeaderClassName
{
color: #DDF3D3;
}
.AnyTagClassName
{
color: #DDF3D3;
}
</style>
background-color css
<style>
a { background-color: #DDF3D3; }
a { background-color: rgb(221,243,211); }
div.DivClassName
{
background-color: #DDF3D3;
}
.BgClassName
{
background-color: #DDF3D3;
}
</style>
border-color css
<style>
span { border-color: #DDF3D3; }
span { border-color: rgb(221,243,211); }
td.TdClassName
{
border-color: #DDF3D3;
}
.TagClassName
{
border-color: #DDF3D3;
}
</style>