#D4B1D3

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

Shades of Thistle #D4B1D3

Tints of Thistle #D4B1D3

Color information

#D4B1D3 (or 0xD4B1D3) is unknown color: approx Thistle. HEX triplet: D4, B1 and D3. RGB value is (212,177,211). Sum of RGB (Red+Green+Blue) = 212+177+211=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B1D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B1D3 is #2B4E2C. Grayscale: #BFBFBF. Windows color (decimal): -2838061 or 13873620. OLE color: 13873620.

HSL color Cylindrical-coordinate representation of color #D4B1D3: hue angle of 301.71º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4B1D3 is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB212177211-
CMYK00.170.000.17
HSL301.71º28.93%76.27%-
HSV(B)301.71º16.51%83.14%-
XYZ54.6350.1468.43-
YUV191.34139.1142.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.33%
GREEN value IS 177 (69.53% from 255) = 29.5%
BLUE value IS 211 (82.81% from 255) = 35.17%
R=35.33%
G=29.5%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217721100.170.000.17301.7128.9376.27
HexD4B1D301101112e1d4c
Octal32426132302102145635114
Binary110101001011000111010011010001010001100101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B1D3; }

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

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

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

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

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

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

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

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