#D6BDDA

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

Shades of Thistle #D6BDDA

Tints of Thistle #D6BDDA

Color information

#D6BDDA (or 0xD6BDDA) is unknown color: approx Thistle. HEX triplet: D6, BD and DA. RGB value is (214,189,218). Sum of RGB (Red+Green+Blue) = 214+189+218=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6BDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDDA is #294225. Grayscale: #C7C7C7. Windows color (decimal): -2703910 or 14335446. OLE color: 14335446.

HSL color Cylindrical-coordinate representation of color #D6BDDA: hue angle of 291.72º 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 #D6BDDA is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214189218-
CMYK0.020.1300.15
HSL291.72º28.16%79.8%-
HSV(B)291.72º13.3%85.49%-
XYZ58.5855.7574-
YUV199.78138.28138.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.46%
GREEN value IS 189 (74.22% from 255) = 30.43%
BLUE value IS 218 (85.55% from 255) = 35.10%
R=34.46%
G=30.43%
B=35.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141892180.020.1300.15291.7228.1679.8
HexD6BDDA2D0F1241c50
Octal32627533221501744434120
Binary11010110101111011101101010110101111100100100111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BDDA; }

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

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

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

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

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

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

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

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