#DCC1DC

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

Shades of Thistle #DCC1DC

Tints of Thistle #DCC1DC

Color information

#DCC1DC (or 0xDCC1DC) is unknown color: approx Thistle. HEX triplet: DC, C1 and DC. RGB value is (220,193,220). Sum of RGB (Red+Green+Blue) = 220+193+220=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1DC is #233E23. Grayscale: #CCCCCC. Windows color (decimal): -2309668 or 14467548. OLE color: 14467548.

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

Color convert

RGB220193220-
CMYK00.1200.14
HSL300º27.84%80.98%-
HSV(B)300º12.27%86.27%-
XYZ61.558.5275.76-
YUV204.15136.95139.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 193 (75.78% from 255) = 30.49%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=34.76%
G=30.49%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019322000.1200.1430027.8480.98
HexDCC1DC0C0E12c1c51
Octal33430133401401645434121
Binary1101110011000001110111000110001110100101100111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1DC; }

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

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

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

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

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

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

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

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