#DCC5DF

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

Shades of Thistle #DCC5DF

Tints of Thistle #DCC5DF

Color information

#DCC5DF (or 0xDCC5DF) is unknown color: approx Thistle. HEX triplet: DC, C5 and DF. RGB value is (220,197,223). Sum of RGB (Red+Green+Blue) = 220+197+223=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCC5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5DF is #233A20. Grayscale: #CECECE. Windows color (decimal): -2308641 or 14665180. OLE color: 14665180.

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

Color convert

RGB220197223-
CMYK0.010.1200.13
HSL293.08º28.89%82.35%-
HSV(B)293.08º11.66%87.45%-
XYZ62.860.4878.18-
YUV206.84137.12137.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 197 (77.34% from 255) = 30.78%
BLUE value IS 223 (87.5% from 255) = 34.84%
R=34.38%
G=30.78%
B=34.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201972230.010.1200.13293.0828.8982.35
HexDCC5DF1C0D1251d52
Octal33430533711401544535122
Binary1101110011000101110111111110001101100100101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5DF; }

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

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

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

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

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

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

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

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