#DCC2DC

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

Shades of Thistle #DCC2DC

Tints of Thistle #DCC2DC

Color information

#DCC2DC (or 0xDCC2DC) is unknown color: approx Thistle. HEX triplet: DC, C2 and DC. RGB value is (220,194,220). Sum of RGB (Red+Green+Blue) = 220+194+220=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2DC is #233D23. Grayscale: #CCCCCC. Windows color (decimal): -2309412 or 14467804. OLE color: 14467804.

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

Color convert

RGB220194220-
CMYK00.1200.14
HSL300º27.08%81.18%-
HSV(B)300º11.82%86.27%-
XYZ61.7358.9775.84-
YUV204.74136.61138.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 194 (76.17% from 255) = 30.60%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=34.70%
G=30.60%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019422000.1200.1430027.0881.18
HexDCC2DC0C0E12c1b51
Octal33430233401401645433121
Binary1101110011000010110111000110001110100101100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2DC; }

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

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

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

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

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

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

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

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