#DDC5DD

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

Shades of Thistle #DDC5DD

Tints of Thistle #DDC5DD

Color information

#DDC5DD (or 0xDDC5DD) is unknown color: approx Thistle. HEX triplet: DD, C5 and DD. RGB value is (221,197,221). Sum of RGB (Red+Green+Blue) = 221+197+221=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5DD is #223A22. Grayscale: #CECECE. Windows color (decimal): -2243107 or 14534109. OLE color: 14534109.

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

Color convert

RGB221197221-
CMYK00.1100.13
HSL300º26.09%81.96%-
HSV(B)300º10.86%86.67%-
XYZ62.8460.5376.78-
YUV206.91135.95138.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 197 (77.34% from 255) = 30.83%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=34.59%
G=30.83%
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.13
SystemRedGreenBlueCMYKHSL
Decimal22119722100.1100.1330026.0981.96
HexDDC5DD0B0D12c1a52
Octal33530533501301545432122
Binary1101110111000101110111010101101101100101100110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5DD; }

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

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

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

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

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

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

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

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