#DCC6D9

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

Shades of Thistle #DCC6D9

Tints of Thistle #DCC6D9

Color information

#DCC6D9 (or 0xDCC6D9) is unknown color: approx Thistle. HEX triplet: DC, C6 and D9. RGB value is (220,198,217). Sum of RGB (Red+Green+Blue) = 220+198+217=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6D9 is #233926. Grayscale: #CECECE. Windows color (decimal): -2308391 or 14272220. OLE color: 14272220.

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

Color convert

RGB220198217-
CMYK00.10.010.14
HSL308.18º23.91%81.96%-
HSV(B)308.18º10%86.27%-
XYZ62.2360.6174.07-
YUV206.74133.79137.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 198 (77.73% from 255) = 31.18%
BLUE value IS 217 (85.16% from 255) = 34.17%
R=34.65%
G=31.18%
B=34.17%

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
Decimal22019821700.10.010.14308.1823.9181.96
HexDCC6D90A1E1341852
Octal33430633101211646430122
Binary1101110011000110110110010101011110100110100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6D9; }

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

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

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

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

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

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

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

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