#D4AEC3

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

Shades of Maverick #D4AEC3

Tints of Maverick #D4AEC3

Color information

#D4AEC3 (or 0xD4AEC3) is unknown color: approx Maverick. HEX triplet: D4, AE and C3. RGB value is (212,174,195). Sum of RGB (Red+Green+Blue) = 212+174+195=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEC3 is #2B513C. Grayscale: #BBBBBB. Windows color (decimal): -2838845 or 12824276. OLE color: 12824276.

HSL color Cylindrical-coordinate representation of color #D4AEC3: hue angle of 326.84º 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 #D4AEC3 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB212174195-
CMYK00.180.080.17
HSL326.84º30.65%75.69%-
HSV(B)326.84º17.92%83.14%-
XYZ52.1448.2158.19-
YUV187.76132.09145.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.49%
GREEN value IS 174 (68.36% from 255) = 29.95%
BLUE value IS 195 (76.56% from 255) = 33.56%
R=36.49%
G=29.95%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217419500.180.080.17326.8430.6575.69
HexD4AEC30128111471f4c
Octal324256303022102150737114
Binary110101001010111011000011010010100010001101000111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AEC3; }

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

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

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

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

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

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

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

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