#DCC0DC

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

Shades of Thistle #DCC0DC

Tints of Thistle #DCC0DC

Color information

#DCC0DC (or 0xDCC0DC) is unknown color: approx Thistle. HEX triplet: DC, C0 and DC. RGB value is (220,192,220). Sum of RGB (Red+Green+Blue) = 220+192+220=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCC0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0DC is #233F23. Grayscale: #CBCBCB. Windows color (decimal): -2309924 or 14467292. OLE color: 14467292.

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

Color convert

RGB220192220-
CMYK00.1300.14
HSL300º28.57%80.78%-
HSV(B)300º12.73%86.27%-
XYZ61.2858.0875.69-
YUV203.56137.28139.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 192 (75.39% from 255) = 30.38%
BLUE value IS 220 (86.33% from 255) = 34.81%
R=34.81%
G=30.38%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019222000.1300.1430028.5780.78
HexDCC0DC0D0E12c1d51
Octal33430033401501645435121
Binary1101110011000000110111000110101110100101100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0DC; }

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

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

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

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

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

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

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

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