#D3AED7

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

Shades of Thistle #D3AED7

Tints of Thistle #D3AED7

Color information

#D3AED7 (or 0xD3AED7) is unknown color: approx Thistle. HEX triplet: D3, AE and D7. RGB value is (211,174,215). Sum of RGB (Red+Green+Blue) = 211+174+215=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 215 - color contains mainly: blue. Hex color #D3AED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AED7 is #2C5128. Grayscale: #BDBDBD. Windows color (decimal): -2904361 or 14134995. OLE color: 14134995.

HSL color Cylindrical-coordinate representation of color #D3AED7: hue angle of 294.15º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3AED7 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB211174215-
CMYK0.020.1900.16
HSL294.15º33.88%76.27%-
HSV(B)294.15º19.07%84.31%-
XYZ54.2749.0370.89-
YUV189.74142.26143.17-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.17%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 215 (84.38% from 255) = 35.83%
R=35.17%
G=29%
B=35.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2111742150.020.1900.16294.1533.8876.27
HexD3AED7213010126224c
Octal32325632722302044642114
Binary11010011101011101101011110100110100001001001101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AED7; }

 p { color: rgb(211,174,215); }

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

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

 a { background-color: rgb(211,174,215); }

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

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

 span { border-color: rgb(211,174,215); }

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