#D9AEC9

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

Shades of Maverick #D9AEC9

Tints of Maverick #D9AEC9

Color information

#D9AEC9 (or 0xD9AEC9) is unknown color: approx Maverick. HEX triplet: D9, AE and C9. RGB value is (217,174,201). Sum of RGB (Red+Green+Blue) = 217+174+201=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEC9 is #265136. Grayscale: #BDBDBD. Windows color (decimal): -2511159 or 13217497. OLE color: 13217497.

HSL color Cylindrical-coordinate representation of color #D9AEC9: hue angle of 322.33º 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 #D9AEC9 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217174201-
CMYK00.200.070.15
HSL322.33º36.13%76.67%-
HSV(B)322.33º19.82%85.1%-
XYZ54.2949.2461.9-
YUV189.94134.25147.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.66%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 201 (78.91% from 255) = 33.95%
R=36.66%
G=29.39%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717420100.200.070.15322.3336.1376.67
HexD9AEC90147F142244d
Octal33125631102471750244115
Binary11011001101011101100100101010011111111010000101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEC9; }

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

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

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

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

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

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

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

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