#D8B0DB

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

Shades of Thistle #D8B0DB

Tints of Thistle #D8B0DB

Color information

#D8B0DB (or 0xD8B0DB) is unknown color: approx Thistle. HEX triplet: D8, B0 and DB. RGB value is (216,176,219). Sum of RGB (Red+Green+Blue) = 216+176+219=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B0DB is #274F24. Grayscale: #C0C0C0. Windows color (decimal): -2576165 or 14397656. OLE color: 14397656.

HSL color Cylindrical-coordinate representation of color #D8B0DB: hue angle of 295.81º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8B0DB is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216176219-
CMYK0.010.2000.14
HSL295.81º37.39%77.45%-
HSV(B)295.81º19.63%85.88%-
XYZ56.6350.7673.83-
YUV192.86142.75144.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.35%
GREEN value IS 176 (69.14% from 255) = 28.81%
BLUE value IS 219 (85.94% from 255) = 35.84%
R=35.35%
G=28.81%
B=35.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161762190.010.2000.14295.8137.3977.45
HexD8B0DB1140E128254d
Octal33026033312401645045115
Binary110110001011000011011011110100011101001010001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B0DB; }

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

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

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

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

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

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

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

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