#DDC1DD

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

Shades of Thistle #DDC1DD

Tints of Thistle #DDC1DD

Color information

#DDC1DD (or 0xDDC1DD) is unknown color: approx Thistle. HEX triplet: DD, C1 and DD. RGB value is (221,193,221). Sum of RGB (Red+Green+Blue) = 221+193+221=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDC1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1DD is #223E22. Grayscale: #CCCCCC. Windows color (decimal): -2244131 or 14533085. OLE color: 14533085.

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

Color convert

RGB221193221-
CMYK00.1300.13
HSL300º29.17%81.18%-
HSV(B)300º12.67%86.67%-
XYZ61.9458.7376.48-
YUV204.56137.28139.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 193 (75.78% from 255) = 30.39%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=34.80%
G=30.39%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119322100.1300.1330029.1781.18
HexDDC1DD0D0D12c1d51
Octal33530133501501545435121
Binary1101110111000001110111010110101101100101100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1DD; }

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

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

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

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

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

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

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

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