#D7BAD6

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

Shades of Thistle #D7BAD6

Tints of Thistle #D7BAD6

Color information

#D7BAD6 (or 0xD7BAD6) is unknown color: approx Thistle. HEX triplet: D7, BA and D6. RGB value is (215,186,214). Sum of RGB (Red+Green+Blue) = 215+186+214=615 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.96% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAD6 is #284529. Grayscale: #C5C5C5. Windows color (decimal): -2639146 or 14072535. OLE color: 14072535.

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

Color convert

RGB215186214-
CMYK00.130.000.16
HSL302.07º26.61%78.63%-
HSV(B)302.07º13.49%84.31%-
XYZ57.7254.4271.08-
YUV197.86137.11140.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.96%
GREEN value IS 186 (73.05% from 255) = 30.24%
BLUE value IS 214 (83.98% from 255) = 34.80%
R=34.96%
G=30.24%
B=34.80%

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
Decimal21518621400.130.000.16302.0726.6178.63
HexD7BAD60D01012e1b4f
Octal32727232601502045633117
Binary11010111101110101101011001101010000100101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BAD6; }

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

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

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

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

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

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

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

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