#DDD2D1

Color #DDD2D1 Light Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Grey #DDD2D1

Tints of Light Grey #DDD2D1

Color information

#DDD2D1 (or 0xDDD2D1) is unknown color: approx Light Grey. HEX triplet: DD, D2 and D1. RGB value is (221,210,209). Sum of RGB (Red+Green+Blue) = 221+210+209=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2D1 is #222D2E. Grayscale: #D5D5D5. Windows color (decimal): -2239791 or 13751005. OLE color: 13751005.

HSL color Cylindrical-coordinate representation of color #DDD2D1: hue angle of 5º 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 #DDD2D1 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB221210209-
CMYK00.050.050.13
HSL15%84.31%-
HSV(B)5.43%86.67%-
XYZ64.3766.0769.68-
YUV213.18125.64133.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 210 (82.42% from 255) = 32.81%
BLUE value IS 209 (82.03% from 255) = 32.66%
R=34.53%
G=32.81%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121020900.050.050.1351584.31
HexDDD2D1055D5f54
Octal33532232105515517124
Binary1101110111010010110100010101101110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD2D1; }

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

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

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

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

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

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

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

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