#D6ABBF

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

Shades of Maverick #D6ABBF

Tints of Maverick #D6ABBF

Color information

#D6ABBF (or 0xD6ABBF) is unknown color: approx Maverick. HEX triplet: D6, AB and BF. RGB value is (214,171,191). Sum of RGB (Red+Green+Blue) = 214+171+191=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABBF is #295440. Grayscale: #BABABA. Windows color (decimal): -2708545 or 12561366. OLE color: 12561366.

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

Color convert

RGB214171191-
CMYK00.200.110.16
HSL332.09º34.4%75.49%-
HSV(B)332.09º20.09%83.92%-
XYZ51.747.1855.67-
YUV186.14130.75147.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.15%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 191 (75% from 255) = 33.16%
R=37.15%
G=29.69%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417119100.200.110.16332.0934.475.49
HexD6ABBF014B1014c224b
Octal326253277024132051442113
Binary1101011010101011101111110101001011100001010011001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABBF; }

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

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

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

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

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

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

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

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