#D7B3DB

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

Shades of Thistle #D7B3DB

Tints of Thistle #D7B3DB

Color information

#D7B3DB (or 0xD7B3DB) is unknown color: approx Thistle. HEX triplet: D7, B3 and DB. RGB value is (215,179,219). Sum of RGB (Red+Green+Blue) = 215+179+219=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7B3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B3DB is #284C24. Grayscale: #C2C2C2. Windows color (decimal): -2640933 or 14398423. OLE color: 14398423.

HSL color Cylindrical-coordinate representation of color #D7B3DB: hue angle of 294º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7B3DB is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215179219-
CMYK0.020.1800.14
HSL294º35.71%78.04%-
HSV(B)294º18.26%85.88%-
XYZ56.9351.874.02-
YUV194.32141.93142.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.07%
GREEN value IS 179 (70.31% from 255) = 29.20%
BLUE value IS 219 (85.94% from 255) = 35.73%
R=35.07%
G=29.20%
B=35.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151792190.020.1800.1429435.7178.04
HexD7B3DB2120E126244e
Octal32726333322201644644116
Binary1101011110110011110110111010010011101001001101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B3DB; }

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

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

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

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

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

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

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

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