#D6BAD5

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

Shades of Thistle #D6BAD5

Tints of Thistle #D6BAD5

Color information

#D6BAD5 (or 0xD6BAD5) is unknown color: approx Thistle. HEX triplet: D6, BA and D5. RGB value is (214,186,213). Sum of RGB (Red+Green+Blue) = 214+186+213=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAD5 is #29452A. Grayscale: #C5C5C5. Windows color (decimal): -2704683 or 14006998. OLE color: 14006998.

HSL color Cylindrical-coordinate representation of color #D6BAD5: hue angle of 302.14º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BAD5 is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB214186213-
CMYK00.130.000.16
HSL302.14º25.45%78.43%-
HSV(B)302.14º13.08%83.92%-
XYZ57.354.2270.4-
YUV197.45136.78139.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.91%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 213 (83.59% from 255) = 34.75%
R=34.91%
G=30.34%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418621300.130.000.16302.1425.4578.43
HexD6BAD50D01012e194e
Octal32627232501502045631116
Binary11010110101110101101010101101010000100101110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BAD5; }

 p { color: rgb(214,186,213); }

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

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

 a { background-color: rgb(214,186,213); }

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

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

 span { border-color: rgb(214,186,213); }

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