#DCD1DA

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

Shades of Thistle #DCD1DA

Tints of Thistle #DCD1DA

Color information

#DCD1DA (or 0xDCD1DA) is unknown color: approx Thistle. HEX triplet: DC, D1 and DA. RGB value is (220,209,218). Sum of RGB (Red+Green+Blue) = 220+209+218=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1DA is #232E25. Grayscale: #D5D5D5. Windows color (decimal): -2305574 or 14340572. OLE color: 14340572.

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

Color convert

RGB220209218-
CMYK00.050.010.14
HSL310.91º13.58%84.12%-
HSV(B)310.91º5%86.27%-
XYZ64.9765.8875.62-
YUV213.32130.64132.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 209 (82.03% from 255) = 32.30%
BLUE value IS 218 (85.55% from 255) = 33.69%
R=34.00%
G=32.30%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020921800.050.010.14310.9113.5884.12
HexDCD1DA051E137e54
Octal3343213320511646716124
Binary11011100110100011101101001011111010011011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1DA; }

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

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

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

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

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

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

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

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