#D1ACBF

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

Shades of Maverick #D1ACBF

Tints of Maverick #D1ACBF

Color information

#D1ACBF (or 0xD1ACBF) is unknown color: approx Maverick. HEX triplet: D1, AC and BF. RGB value is (209,172,191). Sum of RGB (Red+Green+Blue) = 209+172+191=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ACBF is #2E5340. Grayscale: #B9B9B9. Windows color (decimal): -3035969 or 12561617. OLE color: 12561617.

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

Color convert

RGB209172191-
CMYK00.180.090.18
HSL329.19º28.68%74.71%-
HSV(B)329.19º17.7%81.96%-
XYZ50.4546.8255.67-
YUV185.23131.26144.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.54%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 191 (75% from 255) = 33.39%
R=36.54%
G=30.07%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917219100.180.090.18329.1928.6874.71
HexD1ACBF0129121491d4b
Octal321254277022112251135113
Binary110100011010110010111111010010100110010101001001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ACBF; }

 p { color: rgb(209,172,191); }

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

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

 a { background-color: rgb(209,172,191); }

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

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

 span { border-color: rgb(209,172,191); }

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