#D4AFD8

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

Shades of Thistle #D4AFD8

Tints of Thistle #D4AFD8

Color information

#D4AFD8 (or 0xD4AFD8) is unknown color: approx Thistle. HEX triplet: D4, AF and D8. RGB value is (212,175,216). Sum of RGB (Red+Green+Blue) = 212+175+216=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 216 - color contains mainly: blue. Hex color #D4AFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFD8 is #2B5027. Grayscale: #BEBEBE. Windows color (decimal): -2838568 or 14200788. OLE color: 14200788.

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

Color convert

RGB212175216-
CMYK0.020.1900.15
HSL294.15º34.45%76.67%-
HSV(B)294.15º18.98%84.71%-
XYZ54.8849.6171.65-
YUV190.74142.26143.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.16%
GREEN value IS 175 (68.75% from 255) = 29.02%
BLUE value IS 216 (84.77% from 255) = 35.82%
R=35.16%
G=29.02%
B=35.82%

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
Decimal2121752160.020.1900.15294.1534.4576.67
HexD4AFD82130F126224d
Octal32425733022301744642115
Binary1101010010101111110110001010011011111001001101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFD8; }

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

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

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

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

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

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

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

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