#D4AFD7

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

Shades of Thistle #D4AFD7

Tints of Thistle #D4AFD7

Color information

#D4AFD7 (or 0xD4AFD7) is unknown color: approx Thistle. HEX triplet: D4, AF and D7. RGB value is (212,175,215). Sum of RGB (Red+Green+Blue) = 212+175+215=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 215 (84.38% from 255 or 35.71% from 602); Max value from RGB is 215 - color contains mainly: blue. Hex color #D4AFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFD7 is #2B5028. Grayscale: #BEBEBE. Windows color (decimal): -2838569 or 14135252. OLE color: 14135252.

HSL color Cylindrical-coordinate representation of color #D4AFD7: hue angle of 295.5º degrees, saturation: 0.33, 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 #D4AFD7 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212175215-
CMYK0.010.1900.16
HSL295.5º33.33%76.47%-
HSV(B)295.5º18.6%84.31%-
XYZ54.7549.5670.97-
YUV190.62141.76143.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.22%
GREEN value IS 175 (68.75% from 255) = 29.07%
BLUE value IS 215 (84.38% from 255) = 35.71%
R=35.22%
G=29.07%
B=35.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121752150.010.1900.16295.533.3376.47
HexD4AFD7113010128214c
Octal32425732712302045041114
Binary1101010010101111110101111100110100001001010001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFD7; }

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

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

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

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

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

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

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

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