#D8BCDB

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

Shades of Thistle #D8BCDB

Tints of Thistle #D8BCDB

Color information

#D8BCDB (or 0xD8BCDB) is unknown color: approx Thistle. HEX triplet: D8, BC and DB. RGB value is (216,188,219). Sum of RGB (Red+Green+Blue) = 216+188+219=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCDB is #274324. Grayscale: #C7C7C7. Windows color (decimal): -2573093 or 14400728. OLE color: 14400728.

HSL color Cylindrical-coordinate representation of color #D8BCDB: hue angle of 294.19º degrees, saturation: 0.3, 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 #D8BCDB is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216188219-
CMYK0.010.1400.14
HSL294.19º30.1%79.8%-
HSV(B)294.19º14.16%85.88%-
XYZ59.0955.6874.65-
YUV199.91138.78139.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.67%
GREEN value IS 188 (73.83% from 255) = 30.18%
BLUE value IS 219 (85.94% from 255) = 35.15%
R=34.67%
G=30.18%
B=35.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161882190.010.1400.14294.1930.179.8
HexD8BCDB1E0E1261e50
Octal33027433311601644636120
Binary1101100010111100110110111111001110100100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BCDB; }

 p { color: rgb(216,188,219); }

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

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

 a { background-color: rgb(216,188,219); }

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

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

 span { border-color: rgb(216,188,219); }

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