#D9BADF

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

Shades of Thistle #D9BADF

Tints of Thistle #D9BADF

Color information

#D9BADF (or 0xD9BADF) is unknown color: approx Thistle. HEX triplet: D9, BA and DF. RGB value is (217,186,223). Sum of RGB (Red+Green+Blue) = 217+186+223=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BADF is #264520. Grayscale: #C7C7C7. Windows color (decimal): -2508065 or 14662361. OLE color: 14662361.

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

Color convert

RGB217186223-
CMYK0.030.1700.13
HSL290.27º36.63%80.2%-
HSV(B)290.27º16.59%87.45%-
XYZ59.4955.277.33-
YUV199.49141.27140.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.66%
GREEN value IS 186 (73.05% from 255) = 29.71%
BLUE value IS 223 (87.5% from 255) = 35.62%
R=34.66%
G=29.71%
B=35.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171862230.030.1700.13290.2736.6380.2
HexD9BADF3110D1222550
Octal33127233732101544245120
Binary1101100110111010110111111110001011011001000101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BADF; }

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

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

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

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

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

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

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

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