#DCC5DD

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

Shades of Thistle #DCC5DD

Tints of Thistle #DCC5DD

Color information

#DCC5DD (or 0xDCC5DD) is unknown color: approx Thistle. HEX triplet: DC, C5 and DD. RGB value is (220,197,221). Sum of RGB (Red+Green+Blue) = 220+197+221=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5DD is #233A22. Grayscale: #CECECE. Windows color (decimal): -2308643 or 14534108. OLE color: 14534108.

HSL color Cylindrical-coordinate representation of color #DCC5DD: hue angle of 297.5º degrees, saturation: 0.26, 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 #DCC5DD is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220197221-
CMYK0.000.1100.13
HSL297.5º26.09%81.96%-
HSV(B)297.5º10.86%86.67%-
XYZ62.5360.3776.76-
YUV206.61136.12137.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 197 (77.34% from 255) = 30.88%
BLUE value IS 221 (86.72% from 255) = 34.64%
R=34.48%
G=30.88%
B=34.64%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201972210.000.1100.13297.526.0981.96
HexDCC5DD0B0D12a1a52
Octal33430533501301545232122
Binary1101110011000101110111010101101101100101010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5DD; }

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

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

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

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

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

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

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

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