#DDD5CA

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

Shades of Gallery #DDD5CA

Tints of Gallery #DDD5CA

Color information

#DDD5CA (or 0xDDD5CA) is unknown color: approx Gallery. HEX triplet: DD, D5 and CA. RGB value is (221,213,202). Sum of RGB (Red+Green+Blue) = 221+213+202=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5CA is #222A35. Grayscale: #D6D6D6. Windows color (decimal): -2239030 or 13293021. OLE color: 13293021.

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

Color convert

RGB221213202-
CMYK00.040.090.13
HSL34.74º21.84%82.94%-
HSV(B)34.74º8.6%86.67%-
XYZ64.2767.2265.47-
YUV214.14121.15132.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 213 (83.59% from 255) = 33.49%
BLUE value IS 202 (79.30% from 255) = 31.76%
R=34.75%
G=33.49%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121320200.040.090.1334.7421.8482.94
HexDDD5CA049D231653
Octal3353253120411154326123
Binary110111011101010111001010010010011101100011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5CA; }

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

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

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

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

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

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

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

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