#DDC0DD

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

Shades of Thistle #DDC0DD

Tints of Thistle #DDC0DD

Color information

#DDC0DD (or 0xDDC0DD) is unknown color: approx Thistle. HEX triplet: DD, C0 and DD. RGB value is (221,192,221). Sum of RGB (Red+Green+Blue) = 221+192+221=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0DD is #223F22. Grayscale: #CBCBCB. Windows color (decimal): -2244387 or 14532829. OLE color: 14532829.

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

Color convert

RGB221192221-
CMYK00.1300.13
HSL300º29.9%80.98%-
HSV(B)300º13.12%86.67%-
XYZ61.7258.2976.41-
YUV203.98137.61140.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 192 (75.39% from 255) = 30.28%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=34.86%
G=30.28%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119222100.1300.1330029.980.98
HexDDC0DD0D0D12c1e51
Octal33530033501501545436121
Binary1101110111000000110111010110101101100101100111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0DD; }

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

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

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

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

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

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

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

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