#D4B1D8

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

Shades of Thistle #D4B1D8

Tints of Thistle #D4B1D8

Color information

#D4B1D8 (or 0xD4B1D8) is unknown color: approx Thistle. HEX triplet: D4, B1 and D8. RGB value is (212,177,216). Sum of RGB (Red+Green+Blue) = 212+177+216=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 216 - color contains mainly: blue. Hex color #D4B1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B1D8 is #2B4E27. Grayscale: #BFBFBF. Windows color (decimal): -2838056 or 14201300. OLE color: 14201300.

HSL color Cylindrical-coordinate representation of color #D4B1D8: hue angle of 293.85º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4B1D8 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212177216-
CMYK0.020.1800.15
HSL293.85º33.33%77.06%-
HSV(B)293.85º18.06%84.71%-
XYZ55.2750.471.78-
YUV191.91141.6142.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.04%
GREEN value IS 177 (69.53% from 255) = 29.26%
BLUE value IS 216 (84.77% from 255) = 35.70%
R=35.04%
G=29.26%
B=35.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121772160.020.1800.15293.8533.3377.06
HexD4B1D82120F126214d
Octal32426133022201744641115
Binary1101010010110001110110001010010011111001001101000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B1D8; }

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

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

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

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

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

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

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

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