#DCC5DE

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

Shades of Thistle #DCC5DE

Tints of Thistle #DCC5DE

Color information

#DCC5DE (or 0xDCC5DE) is unknown color: approx Thistle. HEX triplet: DC, C5 and DE. RGB value is (220,197,222). Sum of RGB (Red+Green+Blue) = 220+197+222=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCC5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5DE is #233A21. Grayscale: #CECECE. Windows color (decimal): -2308642 or 14599644. OLE color: 14599644.

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

Color convert

RGB220197222-
CMYK0.010.1100.13
HSL295.2º27.47%82.16%-
HSV(B)295.2º11.26%87.06%-
XYZ62.6760.4277.47-
YUV206.73136.62137.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 197 (77.34% from 255) = 30.83%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=34.43%
G=30.83%
B=34.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201972220.010.1100.13295.227.4782.16
HexDCC5DE1B0D1271b52
Octal33430533611301544733122
Binary1101110011000101110111101101101101100100111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5DE; }

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

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

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

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

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

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

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

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