#D4AEC2

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

Shades of Maverick #D4AEC2

Tints of Maverick #D4AEC2

Color information

#D4AEC2 (or 0xD4AEC2) is unknown color: approx Maverick. HEX triplet: D4, AE and C2. RGB value is (212,174,194). Sum of RGB (Red+Green+Blue) = 212+174+194=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEC2 is #2B513D. Grayscale: #BBBBBB. Windows color (decimal): -2838846 or 12758740. OLE color: 12758740.

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

Color convert

RGB212174194-
CMYK00.180.080.17
HSL328.42º30.65%75.69%-
HSV(B)328.42º17.92%83.14%-
XYZ52.0348.1657.59-
YUV187.64131.59145.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.55%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 194 (76.17% from 255) = 33.45%
R=36.55%
G=30%
B=33.45%

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
Decimal21217419400.180.080.17328.4230.6575.69
HexD4AEC20128111481f4c
Octal324256302022102151037114
Binary110101001010111011000010010010100010001101001000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AEC2; }

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

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

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

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

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

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

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

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