#D8ABC6

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

Shades of Maverick #D8ABC6

Tints of Maverick #D8ABC6

Color information

#D8ABC6 (or 0xD8ABC6) is unknown color: approx Maverick. HEX triplet: D8, AB and C6. RGB value is (216,171,198). Sum of RGB (Red+Green+Blue) = 216+171+198=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABC6 is #275439. Grayscale: #BBBBBB. Windows color (decimal): -2577466 or 13020120. OLE color: 13020120.

HSL color Cylindrical-coordinate representation of color #D8ABC6: hue angle of 324º degrees, saturation: 0.37, 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 #D8ABC6 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB216171198-
CMYK00.210.080.15
HSL324º36.59%75.88%-
HSV(B)324º20.83%84.71%-
XYZ53.0747.859.86-
YUV187.53133.91148.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.92%
GREEN value IS 171 (67.19% from 255) = 29.23%
BLUE value IS 198 (77.73% from 255) = 33.85%
R=36.92%
G=29.23%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617119800.210.080.1532436.5975.88
HexD8ABC60158F144254c
Octal330253306025101750445114
Binary110110001010101111000110010101100011111010001001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABC6; }

 p { color: rgb(216,171,198); }

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

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

 a { background-color: rgb(216,171,198); }

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

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

 span { border-color: rgb(216,171,198); }

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