#D8BFDF

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

Shades of Thistle #D8BFDF

Tints of Thistle #D8BFDF

Color information

#D8BFDF (or 0xD8BFDF) is unknown color: approx Thistle. HEX triplet: D8, BF and DF. RGB value is (216,191,223). Sum of RGB (Red+Green+Blue) = 216+191+223=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BFDF is #274020. Grayscale: #CACACA. Windows color (decimal): -2572321 or 14663640. OLE color: 14663640.

HSL color Cylindrical-coordinate representation of color #D8BFDF: hue angle of 286.88º 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 #D8BFDF is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216191223-
CMYK0.030.1400.13
HSL286.88º33.33%81.18%-
HSV(B)286.88º14.35%87.45%-
XYZ60.2757.1977.67-
YUV202.12139.78137.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.29%
GREEN value IS 191 (75% from 255) = 30.32%
BLUE value IS 223 (87.5% from 255) = 35.40%
R=34.29%
G=30.32%
B=35.40%

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
Decimal2161912230.030.1400.13286.8833.3381.18
HexD8BFDF3E0D11f2151
Octal33027733731601543741121
Binary110110001011111111011111111110011011000111111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BFDF; }

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

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

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

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

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

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

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

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