#D6BDDB

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

Shades of Thistle #D6BDDB

Tints of Thistle #D6BDDB

Color information

#D6BDDB (or 0xD6BDDB) is unknown color: approx Thistle. HEX triplet: D6, BD and DB. RGB value is (214,189,219). Sum of RGB (Red+Green+Blue) = 214+189+219=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDDB is #294224. Grayscale: #C7C7C7. Windows color (decimal): -2703909 or 14400982. OLE color: 14400982.

HSL color Cylindrical-coordinate representation of color #D6BDDB: hue angle of 290º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6BDDB is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214189219-
CMYK0.020.1400.14
HSL290º29.41%80%-
HSV(B)290º13.7%85.88%-
XYZ58.7255.8174.69-
YUV199.9138.78138.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.41%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 219 (85.94% from 255) = 35.21%
R=34.41%
G=30.39%
B=35.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141892190.020.1400.1429029.4180
HexD6BDDB2E0E1221d50
Octal32627533321601644235120
Binary11010110101111011101101110111001110100100010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BDDB; }

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

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

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

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

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

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

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

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