#DDD6CE

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

Shades of Gallery #DDD6CE

Tints of Gallery #DDD6CE

Color information

#DDD6CE (or 0xDDD6CE) is unknown color: approx Gallery. HEX triplet: DD, D6 and CE. RGB value is (221,214,206). Sum of RGB (Red+Green+Blue) = 221+214+206=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6CE is #222931. Grayscale: #D7D7D7. Windows color (decimal): -2238770 or 13555421. OLE color: 13555421.

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

Color convert

RGB221214206-
CMYK00.030.070.13
HSL32º18.07%83.73%-
HSV(B)32º6.79%86.67%-
XYZ65.0167.9268.08-
YUV215.18122.82132.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 214 (83.98% from 255) = 33.39%
BLUE value IS 206 (80.86% from 255) = 32.14%
R=34.48%
G=33.39%
B=32.14%

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
Decimal22121420600.030.070.133218.0783.73
HexDDD6CE037D201254
Octal335326316037154022124
Binary1101110111010110110011100111111101100000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6CE; }

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

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

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

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

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

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

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

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