#D7BDDA

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

Shades of Thistle #D7BDDA

Tints of Thistle #D7BDDA

Color information

#D7BDDA (or 0xD7BDDA) is unknown color: approx Thistle. HEX triplet: D7, BD and DA. RGB value is (215,189,218). Sum of RGB (Red+Green+Blue) = 215+189+218=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7BDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDDA is #284225. Grayscale: #C7C7C7. Windows color (decimal): -2638374 or 14335447. OLE color: 14335447.

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

Color convert

RGB215189218-
CMYK0.010.1300.15
HSL293.79º28.16%79.8%-
HSV(B)293.79º13.3%85.49%-
XYZ58.8855.974.02-
YUV200.08138.11138.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.57%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 218 (85.55% from 255) = 35.05%
R=34.57%
G=30.39%
B=35.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151892180.010.1300.15293.7928.1679.8
HexD7BDDA1D0F1261c50
Octal32727533211501744634120
Binary1101011110111101110110101110101111100100110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BDDA; }

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

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

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

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

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

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

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

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