#D5B1DA

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

Shades of Thistle #D5B1DA

Tints of Thistle #D5B1DA

Color information

#D5B1DA (or 0xD5B1DA) is unknown color: approx Thistle. HEX triplet: D5, B1 and DA. RGB value is (213,177,218). Sum of RGB (Red+Green+Blue) = 213+177+218=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5B1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B1DA is #2A4E25. Grayscale: #C0C0C0. Windows color (decimal): -2772518 or 14332373. OLE color: 14332373.

HSL color Cylindrical-coordinate representation of color #D5B1DA: hue angle of 292.68º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5B1DA is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213177218-
CMYK0.020.1900.15
HSL292.68º35.65%77.45%-
HSV(B)292.68º18.81%85.49%-
XYZ55.8250.6573.16-
YUV192.44142.43142.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.03%
GREEN value IS 177 (69.53% from 255) = 29.11%
BLUE value IS 218 (85.55% from 255) = 35.86%
R=35.03%
G=29.11%
B=35.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131772180.020.1900.15292.6835.6577.45
HexD5B1DA2130F125244d
Octal32526133222301744544115
Binary1101010110110001110110101010011011111001001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B1DA; }

 p { color: rgb(213,177,218); }

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

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

 a { background-color: rgb(213,177,218); }

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

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

 span { border-color: rgb(213,177,218); }

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