#D8B1E0

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

Shades of Thistle #D8B1E0

Tints of Thistle #D8B1E0

Color information

#D8B1E0 (or 0xD8B1E0) is unknown color: approx Thistle. HEX triplet: D8, B1 and E0. RGB value is (216,177,224). Sum of RGB (Red+Green+Blue) = 216+177+224=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #D8B1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B1E0 is #274E1F. Grayscale: #C1C1C1. Windows color (decimal): -2575904 or 14725592. OLE color: 14725592.

HSL color Cylindrical-coordinate representation of color #D8B1E0: hue angle of 289.79º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8B1E0 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB216177224-
CMYK0.040.2100.12
HSL289.79º43.12%78.63%-
HSV(B)289.79º20.98%87.84%-
XYZ57.551.4377.42-
YUV194.02144.92143.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.01%
GREEN value IS 177 (69.53% from 255) = 28.69%
BLUE value IS 224 (87.89% from 255) = 36.30%
R=35.01%
G=28.69%
B=36.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2161772240.040.2100.12289.7943.1278.63
HexD8B1E04150C1222b4f
Octal33026134042501444253117
Binary11011000101100011110000010010101011001001000101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B1E0; }

 p { color: rgb(216,177,224); }

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

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

 a { background-color: rgb(216,177,224); }

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

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

 span { border-color: rgb(216,177,224); }

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