#D5B9DB

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

Shades of Thistle #D5B9DB

Tints of Thistle #D5B9DB

Color information

#D5B9DB (or 0xD5B9DB) is unknown color: approx Thistle. HEX triplet: D5, B9 and DB. RGB value is (213,185,219). Sum of RGB (Red+Green+Blue) = 213+185+219=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5B9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B9DB is #2A4624. Grayscale: #C5C5C5. Windows color (decimal): -2770469 or 14399957. OLE color: 14399957.

HSL color Cylindrical-coordinate representation of color #D5B9DB: hue angle of 289.41º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5B9DB is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213185219-
CMYK0.030.1600.14
HSL289.41º32.08%79.22%-
HSV(B)289.41º15.53%85.88%-
XYZ57.5853.9674.4-
YUV197.25140.28139.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.52%
GREEN value IS 185 (72.66% from 255) = 29.98%
BLUE value IS 219 (85.94% from 255) = 35.49%
R=34.52%
G=29.98%
B=35.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131852190.030.1600.14289.4132.0879.22
HexD5B9DB3100E121204f
Octal32527133332001644140117
Binary1101010110111001110110111110000011101001000011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B9DB; }

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

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

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

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

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

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

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

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