#D5BBDB

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

Shades of Thistle #D5BBDB

Tints of Thistle #D5BBDB

Color information

#D5BBDB (or 0xD5BBDB) is unknown color: approx Thistle. HEX triplet: D5, BB and DB. RGB value is (213,187,219). Sum of RGB (Red+Green+Blue) = 213+187+219=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBDB is #2A4424. Grayscale: #C6C6C6. Windows color (decimal): -2769957 or 14400469. OLE color: 14400469.

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

Color convert

RGB213187219-
CMYK0.030.1500.14
HSL288.75º30.77%79.61%-
HSV(B)288.75º14.61%85.88%-
XYZ5854.874.54-
YUV198.42139.61138.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.41%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 219 (85.94% from 255) = 35.38%
R=34.41%
G=30.21%
B=35.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131872190.030.1500.14288.7530.7779.61
HexD5BBDB3F0E1211f50
Octal32527333331701644137120
Binary11010101101110111101101111111101110100100001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BBDB; }

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

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

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

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

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

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

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

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