#DDDECC

Color #DDDECC Green White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green White #DDDECC

Tints of Green White #DDDECC

Color information

#DDDECC (or 0xDDDECC) is unknown color: approx Green White. HEX triplet: DD, DE and CC. RGB value is (221,222,204). Sum of RGB (Red+Green+Blue) = 221+222+204=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDECC is #222133. Grayscale: #DBDBDB. Windows color (decimal): -2236724 or 13426397. OLE color: 13426397.

HSL color Cylindrical-coordinate representation of color #DDDECC: hue angle of 63.33º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDDECC is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221222204-
CMYK0.0000.080.13
HSL63.33º21.43%83.53%-
HSV(B)63.33º8.11%87.06%-
XYZ66.8471.9767.5-
YUV219.65119.17128.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 222 (87.11% from 255) = 34.31%
BLUE value IS 204 (80.08% from 255) = 31.53%
R=34.16%
G=34.31%
B=31.53%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212222040.0000.080.1363.3321.4383.53
HexDDDECC008D3f1554
Octal3353363140010157725124
Binary1101110111011110110011000010001101111111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDECC; }

 p { color: rgb(221,222,204); }

 H1.HeaderClassName
 {
   color: #DDDECC;
 }
 .AnyTagClassName
 {
   color: #DDDECC;
 }
</style>
background-color css

<style>
 a { background-color: #DDDECC; }

 a { background-color: rgb(221,222,204); }

 div.DivClassName
 {
   background-color: #DDDECC;
 }
 .BgClassName
 {
   background-color: #DDDECC;
 }
</style>
border-color css

<style>
 span { border-color: #DDDECC; }

 span { border-color: rgb(221,222,204); }

 td.TdClassName
 {
   border-color: #DDDECC;
 }
 .TagClassName
 {
   border-color: #DDDECC;
 }
</style>