#D9AACB

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

Shades of Maverick #D9AACB

Tints of Maverick #D9AACB

Color information

#D9AACB (or 0xD9AACB) is unknown color: approx Maverick. HEX triplet: D9, AA and CB. RGB value is (217,170,203). Sum of RGB (Red+Green+Blue) = 217+170+203=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AACB is #265534. Grayscale: #BBBBBB. Windows color (decimal): -2512181 or 13347545. OLE color: 13347545.

HSL color Cylindrical-coordinate representation of color #D9AACB: hue angle of 317.87º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9AACB is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217170203-
CMYK00.220.060.15
HSL317.87º38.21%75.88%-
HSV(B)317.87º21.66%85.1%-
XYZ53.7747.8162.89-
YUV187.82136.57148.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.78%
GREEN value IS 170 (66.80% from 255) = 28.81%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=36.78%
G=28.81%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717020300.220.060.15317.8738.2175.88
HexD9AACB0166F13e264c
Octal33125231302661747646114
Binary11011001101010101100101101011011011111001111101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AACB; }

 p { color: rgb(217,170,203); }

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

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

 a { background-color: rgb(217,170,203); }

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

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

 span { border-color: rgb(217,170,203); }

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