#D7B3D8

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

Shades of Thistle #D7B3D8

Tints of Thistle #D7B3D8

Color information

#D7B3D8 (or 0xD7B3D8) is unknown color: approx Thistle. HEX triplet: D7, B3 and D8. RGB value is (215,179,216). Sum of RGB (Red+Green+Blue) = 215+179+216=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #D7B3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B3D8 is #284C27. Grayscale: #C1C1C1. Windows color (decimal): -2640936 or 14201815. OLE color: 14201815.

HSL color Cylindrical-coordinate representation of color #D7B3D8: hue angle of 298.38º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7B3D8 is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215179216-
CMYK0.000.1700.15
HSL298.38º32.17%77.45%-
HSV(B)298.38º17.13%84.71%-
XYZ56.5451.6571.95-
YUV193.98140.43142.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.25%
GREEN value IS 179 (70.31% from 255) = 29.34%
BLUE value IS 216 (84.77% from 255) = 35.41%
R=35.25%
G=29.34%
B=35.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151792160.000.1700.15298.3832.1777.45
HexD7B3D80110F12a204d
Octal32726333002101745240115
Binary110101111011001111011000010001011111001010101000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B3D8; }

 p { color: rgb(215,179,216); }

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

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

 a { background-color: rgb(215,179,216); }

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

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

 span { border-color: rgb(215,179,216); }

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