#D8BBDB

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

Shades of Thistle #D8BBDB

Tints of Thistle #D8BBDB

Color information

#D8BBDB (or 0xD8BBDB) is unknown color: approx Thistle. HEX triplet: D8, BB and DB. RGB value is (216,187,219). Sum of RGB (Red+Green+Blue) = 216+187+219=622 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.73% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBDB is #274424. Grayscale: #C7C7C7. Windows color (decimal): -2573349 or 14400472. OLE color: 14400472.

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

Color convert

RGB216187219-
CMYK0.010.1500.14
HSL294.38º30.77%79.61%-
HSV(B)294.38º14.61%85.88%-
XYZ58.8855.2574.58-
YUV199.32139.11139.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.73%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 219 (85.94% from 255) = 35.21%
R=34.73%
G=30.06%
B=35.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161872190.010.1500.14294.3830.7779.61
HexD8BBDB1F0E1261f50
Octal33027333311701644637120
Binary1101100010111011110110111111101110100100110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BBDB; }

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

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

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

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

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

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

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

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