#D7AEC3

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

Shades of Maverick #D7AEC3

Tints of Maverick #D7AEC3

Color information

#D7AEC3 (or 0xD7AEC3) is unknown color: approx Maverick. HEX triplet: D7, AE and C3. RGB value is (215,174,195). Sum of RGB (Red+Green+Blue) = 215+174+195=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AEC3 is #28513C. Grayscale: #BCBCBC. Windows color (decimal): -2642237 or 12824279. OLE color: 12824279.

HSL color Cylindrical-coordinate representation of color #D7AEC3: hue angle of 329.27º 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 #D7AEC3 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB215174195-
CMYK00.190.090.16
HSL329.27º33.88%76.27%-
HSV(B)329.27º19.07%84.31%-
XYZ53.0148.6658.23-
YUV188.65131.58146.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.82%
GREEN value IS 174 (68.36% from 255) = 29.79%
BLUE value IS 195 (76.56% from 255) = 33.39%
R=36.82%
G=29.79%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517419500.190.090.16329.2733.8876.27
HexD7AEC3013910149224c
Octal327256303023112051142114
Binary1101011110101110110000110100111001100001010010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AEC3; }

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

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

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

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

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

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

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

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