#DCC4DC

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

Shades of Thistle #DCC4DC

Tints of Thistle #DCC4DC

Color information

#DCC4DC (or 0xDCC4DC) is unknown color: approx Thistle. HEX triplet: DC, C4 and DC. RGB value is (220,196,220). Sum of RGB (Red+Green+Blue) = 220+196+220=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4DC is #233B23. Grayscale: #CDCDCD. Windows color (decimal): -2308900 or 14468316. OLE color: 14468316.

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

Color convert

RGB220196220-
CMYK00.1100.14
HSL300º25.53%81.57%-
HSV(B)300º10.91%86.27%-
XYZ62.1759.8675.99-
YUV205.91135.95138.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 196 (76.95% from 255) = 30.82%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=34.59%
G=30.82%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019622000.1100.1430025.5381.57
HexDCC4DC0B0E12c1a52
Octal33430433401301645432122
Binary1101110011000100110111000101101110100101100110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4DC; }

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

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

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

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

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

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

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

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