#D5BAD8

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

Shades of Thistle #D5BAD8

Tints of Thistle #D5BAD8

Color information

#D5BAD8 (or 0xD5BAD8) is unknown color: approx Thistle. HEX triplet: D5, BA and D8. RGB value is (213,186,216). Sum of RGB (Red+Green+Blue) = 213+186+216=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 216 - color contains mainly: blue. Hex color #D5BAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BAD8 is #2A4527. Grayscale: #C5C5C5. Windows color (decimal): -2770216 or 14203605. OLE color: 14203605.

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

Color convert

RGB213186216-
CMYK0.010.1400.15
HSL294º27.78%78.82%-
HSV(B)294º13.89%84.71%-
XYZ57.3954.2272.41-
YUV197.49138.45139.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.63%
GREEN value IS 186 (73.05% from 255) = 30.24%
BLUE value IS 216 (84.77% from 255) = 35.12%
R=34.63%
G=30.24%
B=35.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131862160.010.1400.1529427.7878.82
HexD5BAD81E0F1261c4f
Octal32527233011601744634117
Binary1101010110111010110110001111001111100100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BAD8; }

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

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

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

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

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

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

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

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