#D8AAC1

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

Shades of Maverick #D8AAC1

Tints of Maverick #D8AAC1

Color information

#D8AAC1 (or 0xD8AAC1) is unknown color: approx Maverick. HEX triplet: D8, AA and C1. RGB value is (216,170,193). Sum of RGB (Red+Green+Blue) = 216+170+193=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AAC1 is #27553E. Grayscale: #BABABA. Windows color (decimal): -2577727 or 12692184. OLE color: 12692184.

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

Color convert

RGB216170193-
CMYK00.210.110.15
HSL330º37.1%75.69%-
HSV(B)330º21.3%84.71%-
XYZ52.3247.256.8-
YUV186.38131.74149.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.31%
GREEN value IS 170 (66.80% from 255) = 29.36%
BLUE value IS 193 (75.78% from 255) = 33.33%
R=37.31%
G=29.36%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617019300.210.110.1533037.175.69
HexD8AAC1015BF14a254c
Octal330252301025131751245114
Binary110110001010101011000001010101101111111010010101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AAC1; }

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

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

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

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

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

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

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

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