#D4ABBE

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

Shades of Maverick #D4ABBE

Tints of Maverick #D4ABBE

Color information

#D4ABBE (or 0xD4ABBE) is unknown color: approx Maverick. HEX triplet: D4, AB and BE. RGB value is (212,171,190). Sum of RGB (Red+Green+Blue) = 212+171+190=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ABBE is #2B5441. Grayscale: #B9B9B9. Windows color (decimal): -2839618 or 12495828. OLE color: 12495828.

HSL color Cylindrical-coordinate representation of color #D4ABBE: hue angle of 332.2º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4ABBE is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB212171190-
CMYK00.190.100.17
HSL332.2º32.28%75.1%-
HSV(B)332.2º19.34%83.14%-
XYZ51.0146.8455.07-
YUV185.42130.58146.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.00%
GREEN value IS 171 (67.19% from 255) = 29.84%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=37.00%
G=29.84%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217119000.190.100.17332.232.2875.1
HexD4ABBE013A1114c204b
Octal324253276023122151440113
Binary1101010010101011101111100100111010100011010011001000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ABBE; }

 p { color: rgb(212,171,190); }

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

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

 a { background-color: rgb(212,171,190); }

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

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

 span { border-color: rgb(212,171,190); }

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