#D7B0DD

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

Shades of Thistle #D7B0DD

Tints of Thistle #D7B0DD

Color information

#D7B0DD (or 0xD7B0DD) is unknown color: approx Thistle. HEX triplet: D7, B0 and DD. RGB value is (215,176,221). Sum of RGB (Red+Green+Blue) = 215+176+221=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7B0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B0DD is #284F22. Grayscale: #C0C0C0. Windows color (decimal): -2641699 or 14528727. OLE color: 14528727.

HSL color Cylindrical-coordinate representation of color #D7B0DD: hue angle of 292º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7B0DD is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215176221-
CMYK0.030.2000.13
HSL292º39.82%77.84%-
HSV(B)292º20.36%86.67%-
XYZ56.650.7275.21-
YUV192.79143.92143.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.13%
GREEN value IS 176 (69.14% from 255) = 28.76%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=35.13%
G=28.76%
B=36.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151762210.030.2000.1329239.8277.84
HexD7B0DD3140D124284e
Octal32726033532401544450116
Binary1101011110110000110111011110100011011001001001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B0DD; }

 p { color: rgb(215,176,221); }

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

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

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

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

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

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

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