#D9AEC7

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

Shades of Maverick #D9AEC7

Tints of Maverick #D9AEC7

Color information

#D9AEC7 (or 0xD9AEC7) is unknown color: approx Maverick. HEX triplet: D9, AE and C7. RGB value is (217,174,199). Sum of RGB (Red+Green+Blue) = 217+174+199=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEC7 is #265138. Grayscale: #BDBDBD. Windows color (decimal): -2511161 or 13086425. OLE color: 13086425.

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

Color convert

RGB217174199-
CMYK00.200.080.15
HSL325.12º36.13%76.67%-
HSV(B)325.12º19.82%85.1%-
XYZ54.0649.1560.67-
YUV189.71133.25147.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.78%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 199 (78.12% from 255) = 33.73%
R=36.78%
G=29.49%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717419900.200.080.15325.1236.1376.67
HexD9AEC70148F145244d
Octal331256307024101750544115
Binary110110011010111011000111010100100011111010001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEC7; }

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

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

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

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

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

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

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

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