#DDD5CE

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

Shades of Gallery #DDD5CE

Tints of Gallery #DDD5CE

Color information

#DDD5CE (or 0xDDD5CE) is unknown color: approx Gallery. HEX triplet: DD, D5 and CE. RGB value is (221,213,206). Sum of RGB (Red+Green+Blue) = 221+213+206=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5CE is #222A31. Grayscale: #D6D6D6. Windows color (decimal): -2239026 or 13555165. OLE color: 13555165.

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

Color convert

RGB221213206-
CMYK00.040.070.13
HSL28º18.07%83.73%-
HSV(B)28º6.79%86.67%-
XYZ64.7567.4267.99-
YUV214.59123.15132.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 213 (83.59% from 255) = 33.28%
BLUE value IS 206 (80.86% from 255) = 32.19%
R=34.53%
G=33.28%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121320600.040.070.132818.0783.73
HexDDD5CE047D1c1254
Octal335325316047153422124
Binary1101110111010101110011100100111110111100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5CE; }

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

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

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

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

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

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

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

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