#D0AABF

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

Shades of Maverick #D0AABF

Tints of Maverick #D0AABF

Color information

#D0AABF (or 0xD0AABF) is unknown color: approx Maverick. HEX triplet: D0, AA and BF. RGB value is (208,170,191). Sum of RGB (Red+Green+Blue) = 208+170+191=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AABF is #2F5540. Grayscale: #B7B7B7. Windows color (decimal): -3102017 or 12561104. OLE color: 12561104.

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

Color convert

RGB208170191-
CMYK00.180.080.18
HSL326.84º28.79%74.12%-
HSV(B)326.84º18.27%81.57%-
XYZ49.7945.9255.53-
YUV183.76132.09145.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 191 (75% from 255) = 33.57%
R=36.56%
G=29.88%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817019100.180.080.18326.8428.7974.12
HexD0AABF0128121471d4a
Octal320252277022102250735112
Binary110100001010101010111111010010100010010101000111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AABF; }

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

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

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

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

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

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

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

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