#DDD7CE

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

Shades of Gallery #DDD7CE

Tints of Gallery #DDD7CE

Color information

#DDD7CE (or 0xDDD7CE) is unknown color: approx Gallery. HEX triplet: DD, D7 and CE. RGB value is (221,215,206). Sum of RGB (Red+Green+Blue) = 221+215+206=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7CE is #222831. Grayscale: #D7D7D7. Windows color (decimal): -2238514 or 13555677. OLE color: 13555677.

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

Color convert

RGB221215206-
CMYK00.030.070.13
HSL36º18.07%83.73%-
HSV(B)36º6.79%86.67%-
XYZ65.2668.4368.16-
YUV215.77122.49131.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 206 (80.86% from 255) = 32.09%
R=34.42%
G=33.49%
B=32.09%

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
Decimal22121520600.030.070.133618.0783.73
HexDDD7CE037D241254
Octal335327316037154422124
Binary1101110111010111110011100111111101100100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7CE; }

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

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

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

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

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

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

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

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