#DCD5D7

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

Shades of Prim #DCD5D7

Tints of Prim #DCD5D7

Color information

#DCD5D7 (or 0xDCD5D7) is unknown color: approx Prim. HEX triplet: DC, D5 and D7. RGB value is (220,213,215). Sum of RGB (Red+Green+Blue) = 220+213+215=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 213 (83.59% from 255 or 32.87% from 648); Blue value is 215 (84.38% from 255 or 33.18% from 648); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5D7 is #232A28. Grayscale: #D7D7D7. Windows color (decimal): -2304553 or 14144988. OLE color: 14144988.

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

Color convert

RGB220213215-
CMYK00.030.020.14
HSL342.86º9.09%84.9%-
HSV(B)342.86º3.18%86.27%-
XYZ65.5867.7173.9-
YUV215.32127.82131.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.95%
GREEN value IS 213 (83.59% from 255) = 32.87%
BLUE value IS 215 (84.38% from 255) = 33.18%
R=33.95%
G=32.87%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021321500.030.020.14342.869.0984.9
HexDCD5D7032E157955
Octal3343253270321652711125
Binary11011100110101011101011101110111010101011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5D7; }

 p { color: rgb(220,213,215); }

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

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

 a { background-color: rgb(220,213,215); }

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

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

 span { border-color: rgb(220,213,215); }

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