#D8B9DB

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

Shades of Thistle #D8B9DB

Tints of Thistle #D8B9DB

Color information

#D8B9DB (or 0xD8B9DB) is unknown color: approx Thistle. HEX triplet: D8, B9 and DB. RGB value is (216,185,219). Sum of RGB (Red+Green+Blue) = 216+185+219=620 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.84% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8B9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B9DB is #274624. Grayscale: #C6C6C6. Windows color (decimal): -2573861 or 14399960. OLE color: 14399960.

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

Color convert

RGB216185219-
CMYK0.010.1600.14
HSL294.71º32.08%79.22%-
HSV(B)294.71º15.53%85.88%-
XYZ58.4554.4174.44-
YUV198.14139.77140.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.84%
GREEN value IS 185 (72.66% from 255) = 29.84%
BLUE value IS 219 (85.94% from 255) = 35.32%
R=34.84%
G=29.84%
B=35.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161852190.010.1600.14294.7132.0879.22
HexD8B9DB1100E127204f
Octal33027133312001644740117
Binary110110001011100111011011110000011101001001111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B9DB; }

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

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

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

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

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

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

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

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