#D7B9DB

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

Shades of Thistle #D7B9DB

Tints of Thistle #D7B9DB

Color information

#D7B9DB (or 0xD7B9DB) is unknown color: approx Thistle. HEX triplet: D7, B9 and DB. RGB value is (215,185,219). Sum of RGB (Red+Green+Blue) = 215+185+219=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 185 (72.66% from 255 or 29.89% 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 #D7B9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B9DB is #284624. Grayscale: #C5C5C5. Windows color (decimal): -2639397 or 14399959. OLE color: 14399959.

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

Color convert

RGB215185219-
CMYK0.020.1600.14
HSL292.94º32.08%79.22%-
HSV(B)292.94º15.53%85.88%-
XYZ58.1654.2674.43-
YUV197.85139.94140.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.73%
GREEN value IS 185 (72.66% from 255) = 29.89%
BLUE value IS 219 (85.94% from 255) = 35.38%
R=34.73%
G=29.89%
B=35.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151852190.020.1600.14292.9432.0879.22
HexD7B9DB2100E125204f
Octal32727133322001644540117
Binary1101011110111001110110111010000011101001001011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B9DB; }

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

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

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

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

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

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

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

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