#D5BCD5

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

Shades of Thistle #D5BCD5

Tints of Thistle #D5BCD5

Color information

#D5BCD5 (or 0xD5BCD5) is unknown color: approx Thistle. HEX triplet: D5, BC and D5. RGB value is (213,188,213). Sum of RGB (Red+Green+Blue) = 213+188+213=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D5BCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCD5 is #2A432A. Grayscale: #C6C6C6. Windows color (decimal): -2769707 or 14007509. OLE color: 14007509.

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

Color convert

RGB213188213-
CMYK00.1200.16
HSL300º22.94%78.63%-
HSV(B)300º11.74%83.53%-
XYZ57.4354.9270.52-
YUV198.32136.28138.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.69%
GREEN value IS 188 (73.83% from 255) = 30.62%
BLUE value IS 213 (83.59% from 255) = 34.69%
R=34.69%
G=30.62%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318821300.1200.1630022.9478.63
HexD5BCD50C01012c174f
Octal32527432501402045427117
Binary11010101101111001101010101100010000100101100101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BCD5; }

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

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

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

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

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

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

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

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