#D7BADD

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

Shades of Thistle #D7BADD

Tints of Thistle #D7BADD

Color information

#D7BADD (or 0xD7BADD) is unknown color: approx Thistle. HEX triplet: D7, BA and DD. RGB value is (215,186,221). Sum of RGB (Red+Green+Blue) = 215+186+221=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BADD is #284522. Grayscale: #C6C6C6. Windows color (decimal): -2639139 or 14531287. OLE color: 14531287.

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

Color convert

RGB215186221-
CMYK0.030.1600.13
HSL289.71º33.98%79.8%-
HSV(B)289.71º15.84%86.67%-
XYZ58.6354.7975.89-
YUV198.66140.61139.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.57%
GREEN value IS 186 (73.05% from 255) = 29.90%
BLUE value IS 221 (86.72% from 255) = 35.53%
R=34.57%
G=29.90%
B=35.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151862210.030.1600.13289.7133.9879.8
HexD7BADD3100D1222250
Octal32727233532001544242120
Binary1101011110111010110111011110000011011001000101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BADD; }

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

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

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

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

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

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

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

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