#DDCDCC

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

Shades of Light Grey #DDCDCC

Tints of Light Grey #DDCDCC

Color information

#DDCDCC (or 0xDDCDCC) is unknown color: approx Light Grey. HEX triplet: DD, CD and CC. RGB value is (221,205,204). Sum of RGB (Red+Green+Blue) = 221+205+204=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDCC is #223233. Grayscale: #D1D1D1. Windows color (decimal): -2241076 or 13422045. OLE color: 13422045.

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

Color convert

RGB221205204-
CMYK00.070.080.13
HSL3.53º20%83.33%-
HSV(B)3.53º7.69%86.67%-
XYZ62.5563.3966.07-
YUV209.67124.8136.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.08%
GREEN value IS 205 (80.47% from 255) = 32.54%
BLUE value IS 204 (80.08% from 255) = 32.38%
R=35.08%
G=32.54%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120520400.070.080.133.532083.33
HexDDCDCC078D41453
Octal335315314071015424123
Binary110111011100110111001100011110001101100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDCC; }

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

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

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

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

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

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

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

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