#D5AABF

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

Shades of Maverick #D5AABF

Tints of Maverick #D5AABF

Color information

#D5AABF (or 0xD5AABF) is unknown color: approx Maverick. HEX triplet: D5, AA and BF. RGB value is (213,170,191). Sum of RGB (Red+Green+Blue) = 213+170+191=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AABF is #2A5540. Grayscale: #B9B9B9. Windows color (decimal): -2774337 or 12561109. OLE color: 12561109.

HSL color Cylindrical-coordinate representation of color #D5AABF: hue angle of 330.7º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AABF is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB213170191-
CMYK00.200.100.16
HSL330.7º33.86%75.1%-
HSV(B)330.7º20.19%83.53%-
XYZ51.2246.6655.6-
YUV185.25131.25147.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.11%
GREEN value IS 170 (66.80% from 255) = 29.62%
BLUE value IS 191 (75% from 255) = 33.28%
R=37.11%
G=29.62%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317019100.200.100.16330.733.8675.1
HexD5AABF014A1014b224b
Octal325252277024122051342113
Binary1101010110101010101111110101001010100001010010111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AABF; }

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

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

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

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

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

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

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

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