#D7AFD9

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

Shades of Thistle #D7AFD9

Tints of Thistle #D7AFD9

Color information

#D7AFD9 (or 0xD7AFD9) is unknown color: approx Thistle. HEX triplet: D7, AF and D9. RGB value is (215,175,217). Sum of RGB (Red+Green+Blue) = 215+175+217=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 217 - color contains mainly: blue. Hex color #D7AFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFD9 is #285026. Grayscale: #BFBFBF. Windows color (decimal): -2641959 or 14266327. OLE color: 14266327.

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

Color convert

RGB215175217-
CMYK0.010.1900.15
HSL297.14º35.59%76.86%-
HSV(B)297.14º19.35%85.1%-
XYZ55.8850.1272.37-
YUV191.75142.25144.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.42%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 217 (85.16% from 255) = 35.75%
R=35.42%
G=28.83%
B=35.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151752170.010.1900.15297.1435.5976.86
HexD7AFD91130F129244d
Octal32725733112301745144115
Binary110101111010111111011001110011011111001010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFD9; }

 p { color: rgb(215,175,217); }

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

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

 a { background-color: rgb(215,175,217); }

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

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

 span { border-color: rgb(215,175,217); }

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