#D6ACC8

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

Shades of Maverick #D6ACC8

Tints of Maverick #D6ACC8

Color information

#D6ACC8 (or 0xD6ACC8) is unknown color: approx Maverick. HEX triplet: D6, AC and C8. RGB value is (214,172,200). Sum of RGB (Red+Green+Blue) = 214+172+200=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACC8 is #295337. Grayscale: #BBBBBB. Windows color (decimal): -2708280 or 13151446. OLE color: 13151446.

HSL color Cylindrical-coordinate representation of color #D6ACC8: hue angle of 320º 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 #D6ACC8 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB214172200-
CMYK00.200.070.16
HSL320º33.87%75.69%-
HSV(B)320º19.63%83.92%-
XYZ52.9147.9761.11-
YUV187.75134.91146.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.52%
GREEN value IS 172 (67.58% from 255) = 29.35%
BLUE value IS 200 (78.52% from 255) = 34.13%
R=36.52%
G=29.35%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417220000.200.070.1632033.8775.69
HexD6ACC8014710140224c
Octal32625431002472050042114
Binary110101101010110011001000010100111100001010000001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACC8; }

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

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

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

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

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

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

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

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