#D9ABC9

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

Shades of Maverick #D9ABC9

Tints of Maverick #D9ABC9

Color information

#D9ABC9 (or 0xD9ABC9) is unknown color: approx Maverick. HEX triplet: D9, AB and C9. RGB value is (217,171,201). Sum of RGB (Red+Green+Blue) = 217+171+201=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABC9 is #265436. Grayscale: #BCBCBC. Windows color (decimal): -2511927 or 13216729. OLE color: 13216729.

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

Color convert

RGB217171201-
CMYK00.210.070.15
HSL320.87º37.7%76.08%-
HSV(B)320.87º21.2%85.1%-
XYZ53.7248.0961.71-
YUV188.17135.24148.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.84%
GREEN value IS 171 (67.19% from 255) = 29.03%
BLUE value IS 201 (78.91% from 255) = 34.13%
R=36.84%
G=29.03%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717120100.210.070.15320.8737.776.08
HexD9ABC90157F141264c
Octal33125331102571750146114
Binary11011001101010111100100101010111111111010000011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ABC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ABC9; }

 p { color: rgb(217,171,201); }

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

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

 a { background-color: rgb(217,171,201); }

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

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

 span { border-color: rgb(217,171,201); }

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