#D5BFD6

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

Shades of Thistle #D5BFD6

Tints of Thistle #D5BFD6

Color information

#D5BFD6 (or 0xD5BFD6) is unknown color: approx Thistle. HEX triplet: D5, BF and D6. RGB value is (213,191,214). Sum of RGB (Red+Green+Blue) = 213+191+214=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 214 (83.98% from 255 or 34.63% from 618); Max value from RGB is 214 - color contains mainly: blue. Hex color #D5BFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFD6 is #2A4029. Grayscale: #C8C8C8. Windows color (decimal): -2768938 or 14073813. OLE color: 14073813.

HSL color Cylindrical-coordinate representation of color #D5BFD6: hue angle of 297.39º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5BFD6 is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB213191214-
CMYK0.000.1100.16
HSL297.39º21.9%79.41%-
HSV(B)297.39º10.75%83.92%-
XYZ58.2156.2671.41-
YUV200.2135.79137.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.47%
GREEN value IS 191 (75% from 255) = 30.91%
BLUE value IS 214 (83.98% from 255) = 34.63%
R=34.47%
G=30.91%
B=34.63%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131912140.000.1100.16297.3921.979.41
HexD5BFD60B010129164f
Octal32527732601302045126117
Binary11010101101111111101011001011010000100101001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BFD6; }

 p { color: rgb(213,191,214); }

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

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

 a { background-color: rgb(213,191,214); }

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

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

 span { border-color: rgb(213,191,214); }

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