#DCC2DA

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

Shades of Thistle #DCC2DA

Tints of Thistle #DCC2DA

Color information

#DCC2DA (or 0xDCC2DA) is unknown color: approx Thistle. HEX triplet: DC, C2 and DA. RGB value is (220,194,218). Sum of RGB (Red+Green+Blue) = 220+194+218=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2DA is #233D25. Grayscale: #CCCCCC. Windows color (decimal): -2309414 or 14336732. OLE color: 14336732.

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

Color convert

RGB220194218-
CMYK00.120.010.14
HSL304.62º27.08%81.18%-
HSV(B)304.62º11.82%86.27%-
XYZ61.4658.8674.45-
YUV204.51135.61139.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 194 (76.17% from 255) = 30.70%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=34.81%
G=30.70%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019421800.120.010.14304.6227.0881.18
HexDCC2DA0C1E1311b51
Octal33430233201411646133121
Binary1101110011000010110110100110011110100110001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2DA; }

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

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

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

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

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

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

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

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