Shades of Hint Of Green #DDFDD0
Tints of Hint Of Green #DDFDD0
RGB
CMYK
RGB Variations
Color information
#DDFDD0 (or 0xDDFDD0) is known color: Hint Of Green. HEX triplet: DD, FD and D0. RGB value is (221,253,208). Sum of RGB (Red+Green+Blue) = 221+253+208=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 208 (81.64% from 255 or 30.50% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDD0 is #22022F. Grayscale: #EEEEEE. Windows color (decimal): -2228784 or 13696477. OLE color: 13696477.
HSL color Cylindrical-coordinate representation of color #DDFDD0: hue angle of 102.67º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDFDD0 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 208 | - |
CMYK | 0.13 | 0 | 0.18 | 0.01 |
HSL | 102.67º | 0.92% | 0.9% | - |
HSV(B) | 102.67º | 0.18% | 0.99% | - |
XYZ | 76.33 | 90.18 | 73.06 | - |
YUV | 238.3 | 110.9 | 115.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 208 | 0.13 | 0 | 0.18 | 0.01 | 102.67 | 0.92 | 0.9 |
Hex | DD | FD | D0 | D | 0 | 12 | 1 | 67 | 5C | 5A |
Octal | 335 | 375 | 320 | 15 | 0 | 22 | 1 | 147 | 134 | 132 |
Binary | 11011101 | 11111101 | 11010000 | 1101 | 0 | 10010 | 1 | 1100111 | 1011100 | 1011010 |
Color Harmonies of #DDFDD0
Complementary color
Monochromatic Colors of #DDFDD0
Black with #DDFDD0
Text Example
Text Example
White with #DDFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDD0; }
p { color: rgb(221,253,208); }
H1.HeaderClassName
{
color: #DDFDD0;
}
.AnyTagClassName
{
color: #DDFDD0;
}
</style>
background-color css
<style>
a { background-color: #DDFDD0; }
a { background-color: rgb(221,253,208); }
div.DivClassName
{
background-color: #DDFDD0;
}
.BgClassName
{
background-color: #DDFDD0;
}
</style>
border-color css
<style>
span { border-color: #DDFDD0; }
span { border-color: rgb(221,253,208); }
td.TdClassName
{
border-color: #DDFDD0;
}
.TagClassName
{
border-color: #DDFDD0;
}
</style>