#D7B3DA

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

Shades of Thistle #D7B3DA

Tints of Thistle #D7B3DA

Color information

#D7B3DA (or 0xD7B3DA) is unknown color: approx Thistle. HEX triplet: D7, B3 and DA. RGB value is (215,179,218). Sum of RGB (Red+Green+Blue) = 215+179+218=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 179 (70.31% from 255 or 29.25% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7B3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B3DA is #284C25. Grayscale: #C2C2C2. Windows color (decimal): -2640934 or 14332887. OLE color: 14332887.

HSL color Cylindrical-coordinate representation of color #D7B3DA: hue angle of 295.38º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7B3DA is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215179218-
CMYK0.010.1800.15
HSL295.38º34.51%77.84%-
HSV(B)295.38º17.89%85.49%-
XYZ56.851.7573.32-
YUV194.21141.43142.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.13%
GREEN value IS 179 (70.31% from 255) = 29.25%
BLUE value IS 218 (85.55% from 255) = 35.62%
R=35.13%
G=29.25%
B=35.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151792180.010.1800.15295.3834.5177.84
HexD7B3DA1120F127234e
Octal32726333212201744743116
Binary110101111011001111011010110010011111001001111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B3DA; }

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

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

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

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

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

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

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

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