#D0AAC4

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

Shades of Maverick #D0AAC4

Tints of Maverick #D0AAC4

Color information

#D0AAC4 (or 0xD0AAC4) is unknown color: approx Maverick. HEX triplet: D0, AA and C4. RGB value is (208,170,196). Sum of RGB (Red+Green+Blue) = 208+170+196=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AAC4 is #2F553B. Grayscale: #B8B8B8. Windows color (decimal): -3102012 or 12888784. OLE color: 12888784.

HSL color Cylindrical-coordinate representation of color #D0AAC4: hue angle of 318.95º 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 #D0AAC4 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB208170196-
CMYK00.180.060.18
HSL318.95º28.79%74.12%-
HSV(B)318.95º18.27%81.57%-
XYZ50.3546.1458.48-
YUV184.33134.59144.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.24%
GREEN value IS 170 (66.80% from 255) = 29.62%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=36.24%
G=29.62%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817019600.180.060.18318.9528.7974.12
HexD0AAC401261213f1d4a
Octal32025230402262247735112
Binary11010000101010101100010001001011010010100111111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AAC4; }

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

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

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

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

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

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

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

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