#DCD9DB

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

Shades of Prim #DCD9DB

Tints of Prim #DCD9DB

Color information

#DCD9DB (or 0xDCD9DB) is unknown color: approx Prim. HEX triplet: DC, D9 and DB. RGB value is (220,217,219). Sum of RGB (Red+Green+Blue) = 220+217+219=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9DB is #232624. Grayscale: #DADADA. Windows color (decimal): -2303525 or 14408156. OLE color: 14408156.

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

Color convert

RGB220217219-
CMYK00.010.000.14
HSL320º4.11%85.69%-
HSV(B)320º1.36%86.27%-
XYZ67.1169.9676.98-
YUV218.12128.49129.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.54%
GREEN value IS 217 (85.16% from 255) = 33.08%
BLUE value IS 219 (85.94% from 255) = 33.38%
R=33.54%
G=33.08%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021721900.010.000.143204.1185.69
HexDCD9DB010E140456
Octal334331333010165004126
Binary11011100110110011101101101011101010000001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9DB; }

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

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

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

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

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

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

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

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