#D6B9DB

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

Shades of Thistle #D6B9DB

Tints of Thistle #D6B9DB

Color information

#D6B9DB (or 0xD6B9DB) is unknown color: approx Thistle. HEX triplet: D6, B9 and DB. RGB value is (214,185,219). Sum of RGB (Red+Green+Blue) = 214+185+219=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6B9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B9DB is #294624. Grayscale: #C5C5C5. Windows color (decimal): -2704933 or 14399958. OLE color: 14399958.

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

Color convert

RGB214185219-
CMYK0.020.1600.14
HSL291.18º32.08%79.22%-
HSV(B)291.18º15.53%85.88%-
XYZ57.8754.1174.41-
YUV197.55140.11139.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.63%
GREEN value IS 185 (72.66% from 255) = 29.94%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=34.63%
G=29.94%
B=35.44%

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
Decimal2141852190.020.1600.14291.1832.0879.22
HexD6B9DB2100E123204f
Octal32627133322001644340117
Binary1101011010111001110110111010000011101001000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B9DB; }

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

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

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

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

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

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

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

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