#D8ABC5

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

Shades of Maverick #D8ABC5

Tints of Maverick #D8ABC5

Color information

#D8ABC5 (or 0xD8ABC5) is unknown color: approx Maverick. HEX triplet: D8, AB and C5. RGB value is (216,171,197). Sum of RGB (Red+Green+Blue) = 216+171+197=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABC5 is #27543A. Grayscale: #BBBBBB. Windows color (decimal): -2577467 or 12954584. OLE color: 12954584.

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

Color convert

RGB216171197-
CMYK00.210.090.15
HSL325.33º36.59%75.88%-
HSV(B)325.33º20.83%84.71%-
XYZ52.9647.7659.25-
YUV187.42133.41148.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.99%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 197 (77.34% from 255) = 33.73%
R=36.99%
G=29.28%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617119700.210.090.15325.3336.5975.88
HexD8ABC50159F145254c
Octal330253305025111750545114
Binary110110001010101111000101010101100111111010001011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABC5; }

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

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

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

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

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

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

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

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