#D4AFD9

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

Shades of Thistle #D4AFD9

Tints of Thistle #D4AFD9

Color information

#D4AFD9 (or 0xD4AFD9) is unknown color: approx Thistle. HEX triplet: D4, AF and D9. RGB value is (212,175,217). Sum of RGB (Red+Green+Blue) = 212+175+217=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 217 - color contains mainly: blue. Hex color #D4AFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFD9 is #2B5026. Grayscale: #BEBEBE. Windows color (decimal): -2838567 or 14266324. OLE color: 14266324.

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

Color convert

RGB212175217-
CMYK0.020.1900.15
HSL292.86º35.59%76.86%-
HSV(B)292.86º19.35%85.1%-
XYZ55.0149.6772.33-
YUV190.85142.76143.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.10%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 217 (85.16% from 255) = 35.93%
R=35.10%
G=28.97%
B=35.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121752170.020.1900.15292.8635.5976.86
HexD4AFD92130F125244d
Octal32425733122301744544115
Binary1101010010101111110110011010011011111001001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFD9; }

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

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

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

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

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

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

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

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