#D7AEC6

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

Shades of Maverick #D7AEC6

Tints of Maverick #D7AEC6

Color information

#D7AEC6 (or 0xD7AEC6) is unknown color: approx Maverick. HEX triplet: D7, AE and C6. RGB value is (215,174,198). Sum of RGB (Red+Green+Blue) = 215+174+198=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AEC6 is #285139. Grayscale: #BCBCBC. Windows color (decimal): -2642234 or 13020887. OLE color: 13020887.

HSL color Cylindrical-coordinate representation of color #D7AEC6: hue angle of 324.88º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7AEC6 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB215174198-
CMYK00.190.080.16
HSL324.88º33.88%76.27%-
HSV(B)324.88º19.07%84.31%-
XYZ53.3548.860.03-
YUV189133.08146.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.63%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 198 (77.73% from 255) = 33.73%
R=36.63%
G=29.64%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517419800.190.080.16324.8833.8876.27
HexD7AEC6013810145224c
Octal327256306023102050542114
Binary1101011110101110110001100100111000100001010001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AEC6; }

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

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

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

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

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

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

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

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