#DDD6CD

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

Shades of Gallery #DDD6CD

Tints of Gallery #DDD6CD

Color information

#DDD6CD (or 0xDDD6CD) is unknown color: approx Gallery. HEX triplet: DD, D6 and CD. RGB value is (221,214,205). Sum of RGB (Red+Green+Blue) = 221+214+205=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6CD is #222932. Grayscale: #D7D7D7. Windows color (decimal): -2238771 or 13489885. OLE color: 13489885.

HSL color Cylindrical-coordinate representation of color #DDD6CD: hue angle of 33.75º degrees, saturation: 0.19, 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 #DDD6CD is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221214205-
CMYK00.030.070.13
HSL33.75º19.05%83.53%-
HSV(B)33.75º7.24%86.67%-
XYZ64.8867.8767.44-
YUV215.07122.32132.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 214 (83.98% from 255) = 33.44%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=34.53%
G=33.44%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121420500.030.070.1333.7519.0583.53
HexDDD6CD037D221354
Octal335326315037154223124
Binary1101110111010110110011010111111101100010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6CD; }

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

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

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

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

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

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

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

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