#D5B0DA

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

Shades of Thistle #D5B0DA

Tints of Thistle #D5B0DA

Color information

#D5B0DA (or 0xD5B0DA) is unknown color: approx Thistle. HEX triplet: D5, B0 and DA. RGB value is (213,176,218). Sum of RGB (Red+Green+Blue) = 213+176+218=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5B0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B0DA is #2A4F25. Grayscale: #BFBFBF. Windows color (decimal): -2772774 or 14332117. OLE color: 14332117.

HSL color Cylindrical-coordinate representation of color #D5B0DA: hue angle of 292.86º 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 #D5B0DA is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213176218-
CMYK0.020.1900.15
HSL292.86º36.21%77.25%-
HSV(B)292.86º19.27%85.49%-
XYZ55.6250.2673.1-
YUV191.85142.76143.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.09%
GREEN value IS 176 (69.14% from 255) = 29.00%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=35.09%
G=29.00%
B=35.91%

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
Decimal2131762180.020.1900.15292.8636.2177.25
HexD5B0DA2130F125244d
Octal32526033222301744544115
Binary1101010110110000110110101010011011111001001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B0DA; }

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

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

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

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

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

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

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

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