#D0AAC6

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

Shades of Maverick #D0AAC6

Tints of Maverick #D0AAC6

Color information

#D0AAC6 (or 0xD0AAC6) is unknown color: approx Maverick. HEX triplet: D0, AA and C6. RGB value is (208,170,198). Sum of RGB (Red+Green+Blue) = 208+170+198=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AAC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AAC6 is #2F5539. Grayscale: #B8B8B8. Windows color (decimal): -3102010 or 13019856. OLE color: 13019856.

HSL color Cylindrical-coordinate representation of color #D0AAC6: hue angle of 315.79º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0AAC6 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB208170198-
CMYK00.180.050.18
HSL315.79º28.79%74.12%-
HSV(B)315.79º18.27%81.57%-
XYZ50.5846.2459.68-
YUV184.55135.59144.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.11%
GREEN value IS 170 (66.80% from 255) = 29.51%
BLUE value IS 198 (77.73% from 255) = 34.38%
R=36.11%
G=29.51%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817019800.180.050.18315.7928.7974.12
HexD0AAC601251213c1d4a
Octal32025230602252247435112
Binary11010000101010101100011001001010110010100111100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AAC6; }

 p { color: rgb(208,170,198); }

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

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

 a { background-color: rgb(208,170,198); }

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

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

 span { border-color: rgb(208,170,198); }

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