#DDDCD0

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

Shades of Green White #DDDCD0

Tints of Green White #DDDCD0

Color information

#DDDCD0 (or 0xDDDCD0) is unknown color: approx Green White. HEX triplet: DD, DC and D0. RGB value is (221,220,208). Sum of RGB (Red+Green+Blue) = 221+220+208=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCD0 is #22232F. Grayscale: #DADADA. Windows color (decimal): -2237232 or 13688029. OLE color: 13688029.

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

Color convert

RGB221220208-
CMYK00.000.060.13
HSL55.38º16.05%84.12%-
HSV(B)55.38º5.88%86.67%-
XYZ66.871.1169.88-
YUV218.93121.83129.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 220 (86.33% from 255) = 33.90%
BLUE value IS 208 (81.64% from 255) = 32.05%
R=34.05%
G=33.90%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122020800.000.060.1355.3816.0584.12
HexDDDCD0006D371054
Octal335334320006156720124
Binary110111011101110011010000001101101110111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCD0; }

 p { color: rgb(221,220,208); }

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

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

 a { background-color: rgb(221,220,208); }

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

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

 span { border-color: rgb(221,220,208); }

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