#D7B9D6

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

Shades of Thistle #D7B9D6

Tints of Thistle #D7B9D6

Color information

#D7B9D6 (or 0xD7B9D6) is unknown color: approx Thistle. HEX triplet: D7, B9 and D6. RGB value is (215,185,214). Sum of RGB (Red+Green+Blue) = 215+185+214=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B9D6 is #284629. Grayscale: #C5C5C5. Windows color (decimal): -2639402 or 14072279. OLE color: 14072279.

HSL color Cylindrical-coordinate representation of color #D7B9D6: hue angle of 302º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7B9D6 is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB215185214-
CMYK00.140.000.16
HSL302º27.27%78.43%-
HSV(B)302º13.95%84.31%-
XYZ57.515471.01-
YUV197.28137.44140.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.02%
GREEN value IS 185 (72.66% from 255) = 30.13%
BLUE value IS 214 (83.98% from 255) = 34.85%
R=35.02%
G=30.13%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518521400.140.000.1630227.2778.43
HexD7B9D60E01012e1b4e
Octal32727132601602045633116
Binary11010111101110011101011001110010000100101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B9D6; }

 p { color: rgb(215,185,214); }

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

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

 a { background-color: rgb(215,185,214); }

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

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

 span { border-color: rgb(215,185,214); }

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