#D8B2DB

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

Shades of Thistle #D8B2DB

Tints of Thistle #D8B2DB

Color information

#D8B2DB (or 0xD8B2DB) is unknown color: approx Thistle. HEX triplet: D8, B2 and DB. RGB value is (216,178,219). Sum of RGB (Red+Green+Blue) = 216+178+219=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B2DB is #274D24. Grayscale: #C1C1C1. Windows color (decimal): -2575653 or 14398168. OLE color: 14398168.

HSL color Cylindrical-coordinate representation of color #D8B2DB: hue angle of 295.61º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8B2DB is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216178219-
CMYK0.010.1900.14
HSL295.61º36.28%77.84%-
HSV(B)295.61º18.72%85.88%-
XYZ57.0351.5573.96-
YUV194.04142.09143.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.24%
GREEN value IS 178 (69.92% from 255) = 29.04%
BLUE value IS 219 (85.94% from 255) = 35.73%
R=35.24%
G=29.04%
B=35.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161782190.010.1900.14295.6136.2877.84
HexD8B2DB1130E128244e
Octal33026233312301645044116
Binary110110001011001011011011110011011101001010001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B2DB; }

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

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

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

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

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

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

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

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