Shades of Hint Of Green #DDECD3
Tints of Hint Of Green #DDECD3
RGB
CMYK
RGB Variations
Color information
#DDECD3 (or 0xDDECD3) is known color: Hint Of Green. HEX triplet: DD, EC and D3. RGB value is (221,236,211). Sum of RGB (Red+Green+Blue) = 221+236+211=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECD3 is #22132C. Grayscale: #E4E4E4. Windows color (decimal): -2233133 or 13888733. OLE color: 13888733.
HSL color Cylindrical-coordinate representation of color #DDECD3: hue angle of 96º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDECD3 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 211 | - |
CMYK | 0.06 | 0 | 0.11 | 0.07 |
HSL | 96º | 0.4% | 0.88% | - |
HSV(B) | 96º | 0.11% | 0.93% | - |
XYZ | 71.57 | 80.07 | 73.31 | - |
YUV | 228.67 | 118.03 | 122.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 211 | 0.06 | 0 | 0.11 | 0.07 | 96 | 0.4 | 0.88 |
Hex | DD | EC | D3 | 6 | 0 | B | 7 | 60 | 28 | 58 |
Octal | 335 | 354 | 323 | 6 | 0 | 13 | 7 | 140 | 50 | 130 |
Binary | 11011101 | 11101100 | 11010011 | 110 | 0 | 1011 | 111 | 1100000 | 101000 | 1011000 |
Color Harmonies of #DDECD3
Complementary color
Monochromatic Colors of #DDECD3
Black with #DDECD3
Text Example
Text Example
White with #DDECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECD3; }
p { color: rgb(221,236,211); }
H1.HeaderClassName
{
color: #DDECD3;
}
.AnyTagClassName
{
color: #DDECD3;
}
</style>
background-color css
<style>
a { background-color: #DDECD3; }
a { background-color: rgb(221,236,211); }
div.DivClassName
{
background-color: #DDECD3;
}
.BgClassName
{
background-color: #DDECD3;
}
</style>
border-color css
<style>
span { border-color: #DDECD3; }
span { border-color: rgb(221,236,211); }
td.TdClassName
{
border-color: #DDECD3;
}
.TagClassName
{
border-color: #DDECD3;
}
</style>