#DCC5DA

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

Shades of Thistle #DCC5DA

Tints of Thistle #DCC5DA

Color information

#DCC5DA (or 0xDCC5DA) is unknown color: approx Thistle. HEX triplet: DC, C5 and DA. RGB value is (220,197,218). Sum of RGB (Red+Green+Blue) = 220+197+218=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5DA is #233A25. Grayscale: #CECECE. Windows color (decimal): -2308646 or 14337500. OLE color: 14337500.

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

Color convert

RGB220197218-
CMYK00.100.010.14
HSL305.22º24.73%81.76%-
HSV(B)305.22º10.45%86.27%-
XYZ62.1460.2174.68-
YUV206.27134.62137.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 197 (77.34% from 255) = 31.02%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=34.65%
G=31.02%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019721800.100.010.14305.2224.7381.76
HexDCC5DA0A1E1311952
Octal33430533201211646131122
Binary1101110011000101110110100101011110100110001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5DA; }

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

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

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

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

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

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

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

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