#DCC6DA

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

Shades of Thistle #DCC6DA

Tints of Thistle #DCC6DA

Color information

#DCC6DA (or 0xDCC6DA) is unknown color: approx Thistle. HEX triplet: DC, C6 and DA. RGB value is (220,198,218). Sum of RGB (Red+Green+Blue) = 220+198+218=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6DA is #233925. Grayscale: #CECECE. Windows color (decimal): -2308390 or 14337756. OLE color: 14337756.

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

Color convert

RGB220198218-
CMYK00.10.010.14
HSL305.45º23.91%81.96%-
HSV(B)305.45º10%86.27%-
XYZ62.3660.6774.75-
YUV206.86134.29137.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 198 (77.73% from 255) = 31.13%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=34.59%
G=31.13%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019821800.10.010.14305.4523.9181.96
HexDCC6DA0A1E1311852
Octal33430633201211646130122
Binary1101110011000110110110100101011110100110001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6DA; }

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

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

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

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

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

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

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

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