#D9BCDA

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

Shades of Thistle #D9BCDA

Tints of Thistle #D9BCDA

Color information

#D9BCDA (or 0xD9BCDA) is unknown color: approx Thistle. HEX triplet: D9, BC and DA. RGB value is (217,188,218). Sum of RGB (Red+Green+Blue) = 217+188+218=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCDA is #264325. Grayscale: #C7C7C7. Windows color (decimal): -2507558 or 14335193. OLE color: 14335193.

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

Color convert

RGB217188218-
CMYK0.000.1400.15
HSL298º28.85%79.61%-
HSV(B)298º13.76%85.49%-
XYZ59.2555.7873.97-
YUV200.09138.11140.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.83%
GREEN value IS 188 (73.83% from 255) = 30.18%
BLUE value IS 218 (85.55% from 255) = 34.99%
R=34.83%
G=30.18%
B=34.99%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171882180.000.1400.1529828.8579.61
HexD9BCDA0E0F12a1d50
Octal33127433201601745235120
Binary1101100110111100110110100111001111100101010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BCDA; }

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

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

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

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

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

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

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

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