#D7BADC

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

Shades of Thistle #D7BADC

Tints of Thistle #D7BADC

Color information

#D7BADC (or 0xD7BADC) is unknown color: approx Thistle. HEX triplet: D7, BA and DC. RGB value is (215,186,220). Sum of RGB (Red+Green+Blue) = 215+186+220=621 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.62% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BADC is #284523. Grayscale: #C6C6C6. Windows color (decimal): -2639140 or 14465751. OLE color: 14465751.

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

Color convert

RGB215186220-
CMYK0.020.1500.14
HSL291.18º32.69%79.61%-
HSV(B)291.18º15.45%86.27%-
XYZ58.554.7375.19-
YUV198.55140.11139.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.62%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=34.62%
G=29.95%
B=35.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151862200.020.1500.14291.1832.6979.61
HexD7BADC2F0E1232150
Octal32727233421701644341120
Binary110101111011101011011100101111011101001000111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BADC; }

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

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

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

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

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

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

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

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