Shades of Green White #DDDECA
Tints of Green White #DDDECA
RGB
CMYK
RGB Variations
Color information
#DDDECA (or 0xDDDECA) is known color: Green White. HEX triplet: DD, DE and CA. RGB value is (221,222,202). Sum of RGB (Red+Green+Blue) = 221+222+202=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDECA is #222135. Grayscale: #DBDBDB. Windows color (decimal): -2236726 or 13295325. OLE color: 13295325.
HSL color Cylindrical-coordinate representation of color #DDDECA: hue angle of 63º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDDECA is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 222 | 202 | - |
CMYK | 0.00 | 0 | 0.09 | 0.13 |
HSL | 63º | 0.23% | 0.83% | - |
HSV(B) | 63º | 0.09% | 0.87% | - |
XYZ | 66.6 | 71.88 | 66.24 | - |
YUV | 219.42 | 118.17 | 129.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 202 | 0.00 | 0 | 0.09 | 0.13 | 63 | 0.23 | 0.83 |
Hex | DD | DE | CA | 0 | 0 | 9 | D | 3F | 17 | 53 |
Octal | 335 | 336 | 312 | 0 | 0 | 11 | 15 | 77 | 27 | 123 |
Binary | 11011101 | 11011110 | 11001010 | 0 | 0 | 1001 | 1101 | 111111 | 10111 | 1010011 |
Color Harmonies of #DDDECA
Complementary color
Monochromatic Colors of #DDDECA
Black with #DDDECA
Text Example
Text Example
White with #DDDECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDECA; }
p { color: rgb(221,222,202); }
H1.HeaderClassName
{
color: #DDDECA;
}
.AnyTagClassName
{
color: #DDDECA;
}
</style>
background-color css
<style>
a { background-color: #DDDECA; }
a { background-color: rgb(221,222,202); }
div.DivClassName
{
background-color: #DDDECA;
}
.BgClassName
{
background-color: #DDDECA;
}
</style>
border-color css
<style>
span { border-color: #DDDECA; }
span { border-color: rgb(221,222,202); }
td.TdClassName
{
border-color: #DDDECA;
}
.TagClassName
{
border-color: #DDDECA;
}
</style>