#D9BFDF

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

Shades of Thistle #D9BFDF

Tints of Thistle #D9BFDF

Color information

#D9BFDF (or 0xD9BFDF) is unknown color: approx Thistle. HEX triplet: D9, BF and DF. RGB value is (217,191,223). Sum of RGB (Red+Green+Blue) = 217+191+223=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BFDF is #264020. Grayscale: #CACACA. Windows color (decimal): -2506785 or 14663641. OLE color: 14663641.

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

Color convert

RGB217191223-
CMYK0.030.1400.13
HSL288.75º33.33%81.18%-
HSV(B)288.75º14.35%87.45%-
XYZ60.5757.3477.69-
YUV202.42139.61138.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.39%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 223 (87.5% from 255) = 35.34%
R=34.39%
G=30.27%
B=35.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171912230.030.1400.13288.7533.3381.18
HexD9BFDF3E0D1212151
Octal33127733731601544141121
Binary110110011011111111011111111110011011001000011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BFDF; }

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

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

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

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

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

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

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

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