#D5BDDB

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

Shades of Thistle #D5BDDB

Tints of Thistle #D5BDDB

Color information

#D5BDDB (or 0xD5BDDB) is unknown color: approx Thistle. HEX triplet: D5, BD and DB. RGB value is (213,189,219). Sum of RGB (Red+Green+Blue) = 213+189+219=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDDB is #2A4224. Grayscale: #C7C7C7. Windows color (decimal): -2769445 or 14400981. OLE color: 14400981.

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

Color convert

RGB213189219-
CMYK0.030.1400.14
HSL288º29.41%80%-
HSV(B)288º13.7%85.88%-
XYZ58.4255.6674.68-
YUV199.6138.95137.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.30%
GREEN value IS 189 (74.22% from 255) = 30.43%
BLUE value IS 219 (85.94% from 255) = 35.27%
R=34.30%
G=30.43%
B=35.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131892190.030.1400.1428829.4180
HexD5BDDB3E0E1201d50
Octal32527533331601644035120
Binary11010101101111011101101111111001110100100000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BDDB; }

 p { color: rgb(213,189,219); }

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

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

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

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

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

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

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