#D5ABBF

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

Shades of Maverick #D5ABBF

Tints of Maverick #D5ABBF

Color information

#D5ABBF (or 0xD5ABBF) is unknown color: approx Maverick. HEX triplet: D5, AB and BF. RGB value is (213,171,191). Sum of RGB (Red+Green+Blue) = 213+171+191=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABBF is #2A5440. Grayscale: #B9B9B9. Windows color (decimal): -2774081 or 12561365. OLE color: 12561365.

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

Color convert

RGB213171191-
CMYK00.200.100.16
HSL331.43º33.33%75.29%-
HSV(B)331.43º19.72%83.53%-
XYZ51.4147.0355.66-
YUV185.84130.91147.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.04%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 191 (75% from 255) = 33.22%
R=37.04%
G=29.74%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317119100.200.100.16331.4333.3375.29
HexD5ABBF014A1014b214b
Octal325253277024122051341113
Binary1101010110101011101111110101001010100001010010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABBF; }

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

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

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

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

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

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

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

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