#DCD9D8

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

Shades of Ebb #DCD9D8

Tints of Ebb #DCD9D8

Color information

#DCD9D8 (or 0xDCD9D8) is unknown color: approx Ebb. HEX triplet: DC, D9 and D8. RGB value is (220,217,216). Sum of RGB (Red+Green+Blue) = 220+217+216=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9D8 is #232627. Grayscale: #D9D9D9. Windows color (decimal): -2303528 or 14211548. OLE color: 14211548.

HSL color Cylindrical-coordinate representation of color #DCD9D8: hue angle of 15º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DCD9D8 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB220217216-
CMYK00.010.020.14
HSL15º5.41%85.49%-
HSV(B)15º1.82%86.27%-
XYZ66.7269.874.92-
YUV217.78126.99129.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 217 (85.16% from 255) = 33.23%
BLUE value IS 216 (84.77% from 255) = 33.08%
R=33.69%
G=33.23%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021721600.010.020.14155.4185.49
HexDCD9D8012Ef555
Octal33433133001216175125
Binary1101110011011001110110000110111011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9D8; }

 p { color: rgb(220,217,216); }

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

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

 a { background-color: rgb(220,217,216); }

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

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

 span { border-color: rgb(220,217,216); }

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