#D5BCDA

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

Shades of Thistle #D5BCDA

Tints of Thistle #D5BCDA

Color information

#D5BCDA (or 0xD5BCDA) is unknown color: approx Thistle. HEX triplet: D5, BC and DA. RGB value is (213,188,218). Sum of RGB (Red+Green+Blue) = 213+188+218=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCDA is #2A4325. Grayscale: #C6C6C6. Windows color (decimal): -2769702 or 14335189. OLE color: 14335189.

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

Color convert

RGB213188218-
CMYK0.020.1400.15
HSL290º28.85%79.61%-
HSV(B)290º13.76%85.49%-
XYZ58.0855.1773.92-
YUV198.9138.78138.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.41%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 218 (85.55% from 255) = 35.22%
R=34.41%
G=30.37%
B=35.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131882180.020.1400.1529028.8579.61
HexD5BCDA2E0F1221d50
Octal32527433221601744235120
Binary11010101101111001101101010111001111100100010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BCDA; }

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

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

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

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

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

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

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

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