#DCC2DF

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

Shades of Thistle #DCC2DF

Tints of Thistle #DCC2DF

Color information

#DCC2DF (or 0xDCC2DF) is unknown color: approx Thistle. HEX triplet: DC, C2 and DF. RGB value is (220,194,223). Sum of RGB (Red+Green+Blue) = 220+194+223=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCC2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2DF is #233D20. Grayscale: #CCCCCC. Windows color (decimal): -2309409 or 14664412. OLE color: 14664412.

HSL color Cylindrical-coordinate representation of color #DCC2DF: hue angle of 293.79º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCC2DF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220194223-
CMYK0.010.1300.13
HSL293.79º31.18%81.76%-
HSV(B)293.79º13%87.45%-
XYZ62.1359.1377.95-
YUV205.08138.11138.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 194 (76.17% from 255) = 30.46%
BLUE value IS 223 (87.5% from 255) = 35.01%
R=34.54%
G=30.46%
B=35.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201942230.010.1300.13293.7931.1881.76
HexDCC2DF1D0D1261f52
Octal33430233711501544637122
Binary1101110011000010110111111110101101100100110111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2DF; }

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

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

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

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

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

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

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

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