#D0ABBF

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

Shades of Maverick #D0ABBF

Tints of Maverick #D0ABBF

Color information

#D0ABBF (or 0xD0ABBF) is unknown color: approx Maverick. HEX triplet: D0, AB and BF. RGB value is (208,171,191). Sum of RGB (Red+Green+Blue) = 208+171+191=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABBF is #2F5440. Grayscale: #B8B8B8. Windows color (decimal): -3101761 or 12561360. OLE color: 12561360.

HSL color Cylindrical-coordinate representation of color #D0ABBF: hue angle of 327.57º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0ABBF is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB208171191-
CMYK00.180.080.18
HSL327.57º28.24%74.31%-
HSV(B)327.57º17.79%81.57%-
XYZ49.9846.355.59-
YUV184.34131.76144.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.49%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 191 (75% from 255) = 33.51%
R=36.49%
G=30%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817119100.180.080.18327.5728.2474.31
HexD0ABBF0128121481c4a
Octal320253277022102251034112
Binary110100001010101110111111010010100010010101001000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ABBF; }

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

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

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

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

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

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

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

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