#DCC6DC

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

Shades of Thistle #DCC6DC

Tints of Thistle #DCC6DC

Color information

#DCC6DC (or 0xDCC6DC) is unknown color: approx Thistle. HEX triplet: DC, C6 and DC. RGB value is (220,198,220). Sum of RGB (Red+Green+Blue) = 220+198+220=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCC6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6DC is #233923. Grayscale: #CFCFCF. Windows color (decimal): -2308388 or 14468828. OLE color: 14468828.

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

Color convert

RGB220198220-
CMYK00.100.14
HSL300º23.91%81.96%-
HSV(B)300º10%86.27%-
XYZ62.6360.7776.14-
YUV207.09135.29137.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 198 (77.73% from 255) = 31.03%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=34.48%
G=31.03%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019822000.100.1430023.9181.96
HexDCC6DC0A0E12c1852
Octal33430633401201645430122
Binary1101110011000110110111000101001110100101100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6DC; }

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

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

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

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

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

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

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

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