#D9AEC6

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

Shades of Maverick #D9AEC6

Tints of Maverick #D9AEC6

Color information

#D9AEC6 (or 0xD9AEC6) is unknown color: approx Maverick. HEX triplet: D9, AE and C6. RGB value is (217,174,198). Sum of RGB (Red+Green+Blue) = 217+174+198=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEC6 is #265139. Grayscale: #BDBDBD. Windows color (decimal): -2511162 or 13020889. OLE color: 13020889.

HSL color Cylindrical-coordinate representation of color #D9AEC6: hue angle of 326.51º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9AEC6 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB217174198-
CMYK00.200.090.15
HSL326.51º36.13%76.67%-
HSV(B)326.51º19.82%85.1%-
XYZ53.9449.160.06-
YUV189.59132.75147.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.84%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 198 (77.73% from 255) = 33.62%
R=36.84%
G=29.54%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717419800.200.090.15326.5136.1376.67
HexD9AEC60149F147244d
Octal331256306024111750744115
Binary110110011010111011000110010100100111111010001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEC6; }

 p { color: rgb(217,174,198); }

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

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

 a { background-color: rgb(217,174,198); }

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

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

 span { border-color: rgb(217,174,198); }

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