#D8BADC

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

Shades of Thistle #D8BADC

Tints of Thistle #D8BADC

Color information

#D8BADC (or 0xD8BADC) is unknown color: approx Thistle. HEX triplet: D8, BA and DC. RGB value is (216,186,220). Sum of RGB (Red+Green+Blue) = 216+186+220=622 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.73% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BADC is #274523. Grayscale: #C6C6C6. Windows color (decimal): -2573604 or 14465752. OLE color: 14465752.

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

Color convert

RGB216186220-
CMYK0.020.1500.14
HSL292.94º32.69%79.61%-
HSV(B)292.94º15.45%86.27%-
XYZ58.854.8875.2-
YUV198.85139.94140.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.73%
GREEN value IS 186 (73.05% from 255) = 29.90%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=34.73%
G=29.90%
B=35.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161862200.020.1500.14292.9432.6979.61
HexD8BADC2F0E1252150
Octal33027233421701644541120
Binary110110001011101011011100101111011101001001011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BADC; }

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

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

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

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

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

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

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

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