#DDD5CC

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

Shades of Gallery #DDD5CC

Tints of Gallery #DDD5CC

Color information

#DDD5CC (or 0xDDD5CC) is unknown color: approx Gallery. HEX triplet: DD, D5 and CC. RGB value is (221,213,204). Sum of RGB (Red+Green+Blue) = 221+213+204=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5CC is #222A33. Grayscale: #D6D6D6. Windows color (decimal): -2239028 or 13424093. OLE color: 13424093.

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

Color convert

RGB221213204-
CMYK00.040.080.13
HSL31.76º20%83.33%-
HSV(B)31.76º7.69%86.67%-
XYZ64.5167.3266.72-
YUV214.37122.15132.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 213 (83.59% from 255) = 33.39%
BLUE value IS 204 (80.08% from 255) = 31.97%
R=34.64%
G=33.39%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121320400.040.080.1331.762083.33
HexDDD5CC048D201453
Octal3353253140410154024123
Binary110111011101010111001100010010001101100000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5CC; }

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

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

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

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

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

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

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

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