Shades of Hint Of Green #DDECD4
Tints of Hint Of Green #DDECD4
RGB
CMYK
RGB Variations
Color information
#DDECD4 (or 0xDDECD4) is known color: Hint Of Green. HEX triplet: DD, EC and D4. RGB value is (221,236,212). Sum of RGB (Red+Green+Blue) = 221+236+212=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECD4 is #22132B. Grayscale: #E4E4E4. Windows color (decimal): -2233132 or 13954269. OLE color: 13954269.
HSL color Cylindrical-coordinate representation of color #DDECD4: hue angle of 97.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDECD4 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 212 | - |
CMYK | 0.06 | 0 | 0.10 | 0.07 |
HSL | 97.5º | 0.39% | 0.88% | - |
HSV(B) | 97.5º | 0.1% | 0.93% | - |
XYZ | 71.7 | 80.12 | 73.97 | - |
YUV | 228.78 | 118.53 | 122.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 212 | 0.06 | 0 | 0.10 | 0.07 | 97.5 | 0.39 | 0.88 |
Hex | DD | EC | D4 | 6 | 0 | A | 7 | 62 | 27 | 58 |
Octal | 335 | 354 | 324 | 6 | 0 | 12 | 7 | 142 | 47 | 130 |
Binary | 11011101 | 11101100 | 11010100 | 110 | 0 | 1010 | 111 | 1100010 | 100111 | 1011000 |
Color Harmonies of #DDECD4
Complementary color
Monochromatic Colors of #DDECD4
Black with #DDECD4
Text Example
Text Example
White with #DDECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECD4; }
p { color: rgb(221,236,212); }
H1.HeaderClassName
{
color: #DDECD4;
}
.AnyTagClassName
{
color: #DDECD4;
}
</style>
background-color css
<style>
a { background-color: #DDECD4; }
a { background-color: rgb(221,236,212); }
div.DivClassName
{
background-color: #DDECD4;
}
.BgClassName
{
background-color: #DDECD4;
}
</style>
border-color css
<style>
span { border-color: #DDECD4; }
span { border-color: rgb(221,236,212); }
td.TdClassName
{
border-color: #DDECD4;
}
.TagClassName
{
border-color: #DDECD4;
}
</style>