#D9BADD

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

Shades of Thistle #D9BADD

Tints of Thistle #D9BADD

Color information

#D9BADD (or 0xD9BADD) is unknown color: approx Thistle. HEX triplet: D9, BA and DD. RGB value is (217,186,221). Sum of RGB (Red+Green+Blue) = 217+186+221=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BADD is #264522. Grayscale: #C7C7C7. Windows color (decimal): -2508067 or 14531289. OLE color: 14531289.

HSL color Cylindrical-coordinate representation of color #D9BADD: hue angle of 293.14º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9BADD is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217186221-
CMYK0.020.1600.13
HSL293.14º33.98%79.8%-
HSV(B)293.14º15.84%86.67%-
XYZ59.2355.0975.92-
YUV199.26140.27140.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.78%
GREEN value IS 186 (73.05% from 255) = 29.81%
BLUE value IS 221 (86.72% from 255) = 35.42%
R=34.78%
G=29.81%
B=35.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171862210.020.1600.13293.1433.9879.8
HexD9BADD2100D1252250
Octal33127233522001544542120
Binary1101100110111010110111011010000011011001001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BADD; }

 p { color: rgb(217,186,221); }

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

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

 a { background-color: rgb(217,186,221); }

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

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

 span { border-color: rgb(217,186,221); }

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