#D8AAC5

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

Shades of Maverick #D8AAC5

Tints of Maverick #D8AAC5

Color information

#D8AAC5 (or 0xD8AAC5) is unknown color: approx Maverick. HEX triplet: D8, AA and C5. RGB value is (216,170,197). Sum of RGB (Red+Green+Blue) = 216+170+197=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AAC5 is #27553A. Grayscale: #BABABA. Windows color (decimal): -2577723 or 12954328. OLE color: 12954328.

HSL color Cylindrical-coordinate representation of color #D8AAC5: hue angle of 324.78º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8AAC5 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB216170197-
CMYK00.210.090.15
HSL324.78º37.1%75.69%-
HSV(B)324.78º21.3%84.71%-
XYZ52.7747.3859.19-
YUV186.83133.74148.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 170 (66.80% from 255) = 29.16%
BLUE value IS 197 (77.34% from 255) = 33.79%
R=37.05%
G=29.16%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617019700.210.090.15324.7837.175.69
HexD8AAC50159F145254c
Octal330252305025111750545114
Binary110110001010101011000101010101100111111010001011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AAC5; }

 p { color: rgb(216,170,197); }

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

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

 a { background-color: rgb(216,170,197); }

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

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

 span { border-color: rgb(216,170,197); }

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