#D8BFDD

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

Shades of Thistle #D8BFDD

Tints of Thistle #D8BFDD

Color information

#D8BFDD (or 0xD8BFDD) is unknown color: approx Thistle. HEX triplet: D8, BF and DD. RGB value is (216,191,221). Sum of RGB (Red+Green+Blue) = 216+191+221=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BFDD is #274022. Grayscale: #C9C9C9. Windows color (decimal): -2572323 or 14532568. OLE color: 14532568.

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

Color convert

RGB216191221-
CMYK0.020.1400.13
HSL290º30.61%80.78%-
HSV(B)290º13.57%86.67%-
XYZ6057.0876.26-
YUV201.9138.78138.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.39%
GREEN value IS 191 (75% from 255) = 30.41%
BLUE value IS 221 (86.72% from 255) = 35.19%
R=34.39%
G=30.41%
B=35.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161912210.020.1400.1329030.6180.78
HexD8BFDD2E0D1221f51
Octal33027733521601544237121
Binary11011000101111111101110110111001101100100010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BFDD; }

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

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

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

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

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

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

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

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