#DDDCD3

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

Shades of Green White #DDDCD3

Tints of Green White #DDDCD3

Color information

#DDDCD3 (or 0xDDDCD3) is unknown color: approx Green White. HEX triplet: DD, DC and D3. RGB value is (221,220,211). Sum of RGB (Red+Green+Blue) = 221+220+211=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCD3 is #22232C. Grayscale: #DBDBDB. Windows color (decimal): -2237229 or 13884637. OLE color: 13884637.

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

Color convert

RGB221220211-
CMYK00.000.050.13
HSL54º12.82%84.71%-
HSV(B)54º4.52%86.67%-
XYZ67.1771.2671.84-
YUV219.27123.33129.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 211 (82.81% from 255) = 32.36%
R=33.90%
G=33.74%
B=32.36%

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
Decimal22122021100.000.050.135412.8284.71
HexDDDCD3005D36d55
Octal335334323005156615125
Binary11011101110111001101001100101110111011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCD3; }

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

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

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

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

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

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

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

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