#D7BDDB

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

Shades of Thistle #D7BDDB

Tints of Thistle #D7BDDB

Color information

#D7BDDB (or 0xD7BDDB) is unknown color: approx Thistle. HEX triplet: D7, BD and DB. RGB value is (215,189,219). Sum of RGB (Red+Green+Blue) = 215+189+219=623 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.51% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDDB is #284224. Grayscale: #C8C8C8. Windows color (decimal): -2638373 or 14400983. OLE color: 14400983.

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

Color convert

RGB215189219-
CMYK0.020.1400.14
HSL292º29.41%80%-
HSV(B)292º13.7%85.88%-
XYZ59.0155.9674.71-
YUV200.19138.61138.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.51%
GREEN value IS 189 (74.22% from 255) = 30.34%
BLUE value IS 219 (85.94% from 255) = 35.15%
R=34.51%
G=30.34%
B=35.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151892190.020.1400.1429229.4180
HexD7BDDB2E0E1241d50
Octal32727533321601644435120
Binary11010111101111011101101110111001110100100100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BDDB; }

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

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

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

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

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

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

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

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