#D8AFD9

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

Shades of Thistle #D8AFD9

Tints of Thistle #D8AFD9

Color information

#D8AFD9 (or 0xD8AFD9) is unknown color: approx Thistle. HEX triplet: D8, AF and D9. RGB value is (216,175,217). Sum of RGB (Red+Green+Blue) = 216+175+217=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 217 - color contains mainly: blue. Hex color #D8AFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFD9 is #275026. Grayscale: #BFBFBF. Windows color (decimal): -2576423 or 14266328. OLE color: 14266328.

HSL color Cylindrical-coordinate representation of color #D8AFD9: hue angle of 298.57º 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 #D8AFD9 is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216175217-
CMYK0.000.1900.15
HSL298.57º35.59%76.86%-
HSV(B)298.57º19.35%85.1%-
XYZ56.1750.2772.39-
YUV192.05142.08145.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.53%
GREEN value IS 175 (68.75% from 255) = 28.78%
BLUE value IS 217 (85.16% from 255) = 35.69%
R=35.53%
G=28.78%
B=35.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161752170.000.1900.15298.5735.5976.86
HexD8AFD90130F12b244d
Octal33025733102301745344115
Binary110110001010111111011001010011011111001010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFD9; }

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

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

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

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

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

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

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

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