#DCD5DA

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

Shades of Prim #DCD5DA

Tints of Prim #DCD5DA

Color information

#DCD5DA (or 0xDCD5DA) is unknown color: approx Prim. HEX triplet: DC, D5 and DA. RGB value is (220,213,218). Sum of RGB (Red+Green+Blue) = 220+213+218=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5DA is #232A25. Grayscale: #D7D7D7. Windows color (decimal): -2304550 or 14341596. OLE color: 14341596.

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

Color convert

RGB220213218-
CMYK00.030.010.14
HSL317.14º9.09%84.9%-
HSV(B)317.14º3.18%86.27%-
XYZ65.9667.8775.95-
YUV215.66129.32131.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.79%
GREEN value IS 213 (83.59% from 255) = 32.72%
BLUE value IS 218 (85.55% from 255) = 33.49%
R=33.79%
G=32.72%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021321800.030.010.14317.149.0984.9
HexDCD5DA031E13d955
Octal3343253320311647511125
Binary1101110011010101110110100111111010011110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5DA; }

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

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

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

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

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

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

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

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