#DDDCD1

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

Shades of Green White #DDDCD1

Tints of Green White #DDDCD1

Color information

#DDDCD1 (or 0xDDDCD1) is unknown color: approx Green White. HEX triplet: DD, DC and D1. RGB value is (221,220,209). Sum of RGB (Red+Green+Blue) = 221+220+209=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCD1 is #22232E. Grayscale: #DBDBDB. Windows color (decimal): -2237231 or 13753565. OLE color: 13753565.

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

Color convert

RGB221220209-
CMYK00.000.050.13
HSL55º15%84.31%-
HSV(B)55º5.43%86.67%-
XYZ66.9271.1670.53-
YUV219.04122.33129.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 209 (82.03% from 255) = 32.15%
R=34%
G=33.85%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122020900.000.050.13551584.31
HexDDDCD1005D37f54
Octal335334321005156717124
Binary11011101110111001101000100101110111011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCD1; }

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

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

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

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

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

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

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

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