#D5ABC7

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

Shades of Maverick #D5ABC7

Tints of Maverick #D5ABC7

Color information

#D5ABC7 (or 0xD5ABC7) is unknown color: approx Maverick. HEX triplet: D5, AB and C7. RGB value is (213,171,199). Sum of RGB (Red+Green+Blue) = 213+171+199=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABC7 is #2A5438. Grayscale: #BABABA. Windows color (decimal): -2774073 or 13085653. OLE color: 13085653.

HSL color Cylindrical-coordinate representation of color #D5ABC7: hue angle of 320º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5ABC7 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB213171199-
CMYK00.200.070.16
HSL320º33.33%75.29%-
HSV(B)320º19.72%83.53%-
XYZ52.3147.460.42-
YUV186.75134.91146.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.54%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 199 (78.12% from 255) = 34.13%
R=36.54%
G=29.33%
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
Decimal21317119900.200.070.1632033.3375.29
HexD5ABC7014710140214b
Octal32525330702472050041113
Binary110101011010101111000111010100111100001010000001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABC7; }

 p { color: rgb(213,171,199); }

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

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

 a { background-color: rgb(213,171,199); }

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

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

 span { border-color: rgb(213,171,199); }

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