#D7ABC8

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

Shades of Maverick #D7ABC8

Tints of Maverick #D7ABC8

Color information

#D7ABC8 (or 0xD7ABC8) is unknown color: approx Maverick. HEX triplet: D7, AB and C8. RGB value is (215,171,200). Sum of RGB (Red+Green+Blue) = 215+171+200=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABC8 is #285437. Grayscale: #BBBBBB. Windows color (decimal): -2643000 or 13151191. OLE color: 13151191.

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

Color convert

RGB215171200-
CMYK00.200.070.16
HSL320.45º35.48%75.69%-
HSV(B)320.45º20.47%84.31%-
XYZ53.0147.7461.06-
YUV187.46135.08147.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.69%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 200 (78.52% from 255) = 34.13%
R=36.69%
G=29.18%
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
Decimal21517120000.200.070.16320.4535.4875.69
HexD7ABC8014710140234c
Octal32725331002472050043114
Binary110101111010101111001000010100111100001010000001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ABC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ABC8; }

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

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

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

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

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

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

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

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