#D8B9D7

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

Shades of Thistle #D8B9D7

Tints of Thistle #D8B9D7

Color information

#D8B9D7 (or 0xD8B9D7) is unknown color: approx Thistle. HEX triplet: D8, B9 and D7. RGB value is (216,185,215). Sum of RGB (Red+Green+Blue) = 216+185+215=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B9D7 is #274628. Grayscale: #C5C5C5. Windows color (decimal): -2573865 or 14137816. OLE color: 14137816.

HSL color Cylindrical-coordinate representation of color #D8B9D7: hue angle of 301.94º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8B9D7 is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB216185215-
CMYK00.140.000.15
HSL301.94º28.44%78.63%-
HSV(B)301.94º14.35%84.71%-
XYZ57.9354.271.7-
YUV197.69137.77141.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.06%
GREEN value IS 185 (72.66% from 255) = 30.03%
BLUE value IS 215 (84.38% from 255) = 34.90%
R=35.06%
G=30.03%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618521500.140.000.15301.9428.4478.63
HexD8B9D70E0F12e1c4f
Octal33027132701601745634117
Binary1101100010111001110101110111001111100101110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B9D7; }

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

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

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

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

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

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

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

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