#D1AABB

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

Shades of Maverick #D1AABB

Tints of Maverick #D1AABB

Color information

#D1AABB (or 0xD1AABB) is unknown color: approx Maverick. HEX triplet: D1, AA and BB. RGB value is (209,170,187). Sum of RGB (Red+Green+Blue) = 209+170+187=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AABB is #2E5544. Grayscale: #B7B7B7. Windows color (decimal): -3036485 or 12298961. OLE color: 12298961.

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

Color convert

RGB209170187-
CMYK00.190.110.18
HSL333.85º29.77%74.31%-
HSV(B)333.85º18.66%81.96%-
XYZ49.6445.8953.26-
YUV183.6129.92146.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.93%
GREEN value IS 170 (66.80% from 255) = 30.04%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=36.93%
G=30.04%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917018700.190.110.18333.8529.7774.31
HexD1AABB013B1214e1e4a
Octal321252273023132251636112
Binary110100011010101010111011010011101110010101001110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AABB; }

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

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

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

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

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

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

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

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