#D8B9DC

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

Shades of Thistle #D8B9DC

Tints of Thistle #D8B9DC

Color information

#D8B9DC (or 0xD8B9DC) is unknown color: approx Thistle. HEX triplet: D8, B9 and DC. RGB value is (216,185,220). Sum of RGB (Red+Green+Blue) = 216+185+220=621 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.78% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8B9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B9DC is #274623. Grayscale: #C6C6C6. Windows color (decimal): -2573860 or 14465496. OLE color: 14465496.

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

Color convert

RGB216185220-
CMYK0.020.1600.14
HSL293.14º33.33%79.41%-
HSV(B)293.14º15.91%86.27%-
XYZ58.5954.4675.13-
YUV198.26140.27140.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.78%
GREEN value IS 185 (72.66% from 255) = 29.79%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=34.78%
G=29.79%
B=35.43%

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
Decimal2161852200.020.1600.14293.1433.3379.41
HexD8B9DC2100E125214f
Octal33027133422001644541117
Binary1101100010111001110111001010000011101001001011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B9DC; }

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

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

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

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

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

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

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

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