#D1AABE

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

Shades of Maverick #D1AABE

Tints of Maverick #D1AABE

Color information

#D1AABE (or 0xD1AABE) is unknown color: approx Maverick. HEX triplet: D1, AA and BE. RGB value is (209,170,190). Sum of RGB (Red+Green+Blue) = 209+170+190=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AABE is #2E5541. Grayscale: #B7B7B7. Windows color (decimal): -3036482 or 12495569. OLE color: 12495569.

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

Color convert

RGB209170190-
CMYK00.190.090.18
HSL329.23º29.77%74.31%-
HSV(B)329.23º18.66%81.96%-
XYZ49.9646.0254.97-
YUV183.94131.42145.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.73%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=36.73%
G=29.88%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917019000.190.090.18329.2329.7774.31
HexD1AABE0139121491e4a
Octal321252276023112251136112
Binary110100011010101010111110010011100110010101001001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AABE; }

 p { color: rgb(209,170,190); }

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

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

 a { background-color: rgb(209,170,190); }

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

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

 span { border-color: rgb(209,170,190); }

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