#DDB7DD

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

Shades of Thistle #DDB7DD

Tints of Thistle #DDB7DD

Color information

#DDB7DD (or 0xDDB7DD) is unknown color: approx Thistle. HEX triplet: DD, B7 and DD. RGB value is (221,183,221). Sum of RGB (Red+Green+Blue) = 221+183+221=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDB7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7DD is #224822. Grayscale: #C6C6C6. Windows color (decimal): -2246691 or 14530525. OLE color: 14530525.

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

Color convert

RGB221183221-
CMYK00.1700.13
HSL300º35.85%79.22%-
HSV(B)300º17.19%86.67%-
XYZ59.854.4675.77-
YUV198.69140.59143.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 183 (71.88% from 255) = 29.28%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=35.36%
G=29.28%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118322100.1700.1330035.8579.22
HexDDB7DD0110D12c244f
Octal33526733502101545444117
Binary110111011011011111011101010001011011001011001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB7DD; }

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

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

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

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

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

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

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

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