#D8ABC8

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

Shades of Maverick #D8ABC8

Tints of Maverick #D8ABC8

Color information

#D8ABC8 (or 0xD8ABC8) is unknown color: approx Maverick. HEX triplet: D8, AB and C8. RGB value is (216,171,200). Sum of RGB (Red+Green+Blue) = 216+171+200=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABC8 is #275437. Grayscale: #BBBBBB. Windows color (decimal): -2577464 or 13151192. OLE color: 13151192.

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

Color convert

RGB216171200-
CMYK00.210.070.15
HSL321.33º36.59%75.88%-
HSV(B)321.33º20.83%84.71%-
XYZ53.3147.8961.08-
YUV187.76134.91148.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.80%
GREEN value IS 171 (67.19% from 255) = 29.13%
BLUE value IS 200 (78.52% from 255) = 34.07%
R=36.80%
G=29.13%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617120000.210.070.15321.3336.5975.88
HexD8ABC80157F141254c
Octal33025331002571750145114
Binary11011000101010111100100001010111111111010000011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABC8; }

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

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

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

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

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

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

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

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