#D4AEC5

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

Shades of Maverick #D4AEC5

Tints of Maverick #D4AEC5

Color information

#D4AEC5 (or 0xD4AEC5) is unknown color: approx Maverick. HEX triplet: D4, AE and C5. RGB value is (212,174,197). Sum of RGB (Red+Green+Blue) = 212+174+197=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEC5 is #2B513A. Grayscale: #BBBBBB. Windows color (decimal): -2838843 or 12955348. OLE color: 12955348.

HSL color Cylindrical-coordinate representation of color #D4AEC5: hue angle of 323.68º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4AEC5 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB212174197-
CMYK00.180.070.17
HSL323.68º30.65%75.69%-
HSV(B)323.68º17.92%83.14%-
XYZ52.3748.359.39-
YUV187.98133.09145.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.36%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 197 (77.34% from 255) = 33.79%
R=36.36%
G=29.85%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217419700.180.070.17323.6830.6575.69
HexD4AEC50127111441f4c
Octal32425630502272150437114
Binary11010100101011101100010101001011110001101000100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AEC5; }

 p { color: rgb(212,174,197); }

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

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

 a { background-color: rgb(212,174,197); }

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

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

 span { border-color: rgb(212,174,197); }

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