#D3ACC1

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

Shades of Maverick #D3ACC1

Tints of Maverick #D3ACC1

Color information

#D3ACC1 (or 0xD3ACC1) is unknown color: approx Maverick. HEX triplet: D3, AC and C1. RGB value is (211,172,193). Sum of RGB (Red+Green+Blue) = 211+172+193=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACC1 is #2C533E. Grayscale: #BABABA. Windows color (decimal): -2904895 or 12692691. OLE color: 12692691.

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

Color convert

RGB211172193-
CMYK00.180.090.17
HSL327.69º30.71%75.1%-
HSV(B)327.69º18.48%82.75%-
XYZ51.2447.256.86-
YUV186.06131.92145.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.63%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 193 (75.78% from 255) = 33.51%
R=36.63%
G=29.86%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117219300.180.090.17327.6930.7175.1
HexD3ACC10129111481f4b
Octal323254301022112151037113
Binary110100111010110011000001010010100110001101001000111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ACC1; }

 p { color: rgb(211,172,193); }

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

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

 a { background-color: rgb(211,172,193); }

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

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

 span { border-color: rgb(211,172,193); }

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