#D9BADC

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

Shades of Thistle #D9BADC

Tints of Thistle #D9BADC

Color information

#D9BADC (or 0xD9BADC) is unknown color: approx Thistle. HEX triplet: D9, BA and DC. RGB value is (217,186,220). Sum of RGB (Red+Green+Blue) = 217+186+220=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BADC is #264523. Grayscale: #C7C7C7. Windows color (decimal): -2508068 or 14465753. OLE color: 14465753.

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

Color convert

RGB217186220-
CMYK0.010.1500.14
HSL294.71º32.69%79.61%-
HSV(B)294.71º15.45%86.27%-
XYZ59.0955.0475.22-
YUV199.14139.77140.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.83%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=34.83%
G=29.86%
B=35.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171862200.010.1500.14294.7132.6979.61
HexD9BADC1F0E1272150
Octal33127233411701644741120
Binary11011001101110101101110011111011101001001111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BADC; }

 p { color: rgb(217,186,220); }

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

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

 a { background-color: rgb(217,186,220); }

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

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

 span { border-color: rgb(217,186,220); }

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