#D6ACC3

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

Shades of Maverick #D6ACC3

Tints of Maverick #D6ACC3

Color information

#D6ACC3 (or 0xD6ACC3) is unknown color: approx Maverick. HEX triplet: D6, AC and C3. RGB value is (214,172,195). Sum of RGB (Red+Green+Blue) = 214+172+195=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACC3 is #29533C. Grayscale: #BBBBBB. Windows color (decimal): -2708285 or 12823766. OLE color: 12823766.

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

Color convert

RGB214172195-
CMYK00.200.090.16
HSL327.14º33.87%75.69%-
HSV(B)327.14º19.63%83.92%-
XYZ52.3347.7458.09-
YUV187.18132.41147.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.83%
GREEN value IS 172 (67.58% from 255) = 29.60%
BLUE value IS 195 (76.56% from 255) = 33.56%
R=36.83%
G=29.60%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417219500.200.090.16327.1433.8775.69
HexD6ACC3014910147224c
Octal326254303024112050742114
Binary1101011010101100110000110101001001100001010001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACC3; }

 p { color: rgb(214,172,195); }

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

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

 a { background-color: rgb(214,172,195); }

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

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

 span { border-color: rgb(214,172,195); }

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