#D9B0DB

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

Shades of Thistle #D9B0DB

Tints of Thistle #D9B0DB

Color information

#D9B0DB (or 0xD9B0DB) is unknown color: approx Thistle. HEX triplet: D9, B0 and DB. RGB value is (217,176,219). Sum of RGB (Red+Green+Blue) = 217+176+219=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0DB is #264F24. Grayscale: #C1C1C1. Windows color (decimal): -2510629 or 14397657. OLE color: 14397657.

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

Color convert

RGB217176219-
CMYK0.010.2000.14
HSL297.21º37.39%77.45%-
HSV(B)297.21º19.63%85.88%-
XYZ56.9350.9273.85-
YUV193.16142.58145-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.46%
GREEN value IS 176 (69.14% from 255) = 28.76%
BLUE value IS 219 (85.94% from 255) = 35.78%
R=35.46%
G=28.76%
B=35.78%

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
Decimal2171762190.010.2000.14297.2137.3977.45
HexD9B0DB1140E129254d
Octal33126033312401645145115
Binary110110011011000011011011110100011101001010011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B0DB; }

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

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

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

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

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

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

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

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