#DCC3DC

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

Shades of Thistle #DCC3DC

Tints of Thistle #DCC3DC

Color information

#DCC3DC (or 0xDCC3DC) is unknown color: approx Thistle. HEX triplet: DC, C3 and DC. RGB value is (220,195,220). Sum of RGB (Red+Green+Blue) = 220+195+220=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCC3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3DC is #233C23. Grayscale: #CDCDCD. Windows color (decimal): -2309156 or 14468060. OLE color: 14468060.

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

Color convert

RGB220195220-
CMYK00.1100.14
HSL300º26.32%81.37%-
HSV(B)300º11.36%86.27%-
XYZ61.9559.4175.91-
YUV205.32136.28138.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 195 (76.56% from 255) = 30.71%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=34.65%
G=30.71%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019522000.1100.1430026.3281.37
HexDCC3DC0B0E12c1a51
Octal33430333401301645432121
Binary1101110011000011110111000101101110100101100110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3DC; }

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

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

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

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

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

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

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

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