#D7AEC8

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

Shades of Maverick #D7AEC8

Tints of Maverick #D7AEC8

Color information

#D7AEC8 (or 0xD7AEC8) is unknown color: approx Maverick. HEX triplet: D7, AE and C8. RGB value is (215,174,200). Sum of RGB (Red+Green+Blue) = 215+174+200=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AEC8 is #285137. Grayscale: #BDBDBD. Windows color (decimal): -2642232 or 13151959. OLE color: 13151959.

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

Color convert

RGB215174200-
CMYK00.190.070.16
HSL321.95º33.88%76.27%-
HSV(B)321.95º19.07%84.31%-
XYZ53.5948.8961.26-
YUV189.22134.08146.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.50%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 200 (78.52% from 255) = 33.96%
R=36.50%
G=29.54%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517420000.190.070.16321.9533.8876.27
HexD7AEC8013710142224c
Octal32725631002372050242114
Binary110101111010111011001000010011111100001010000101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AEC8; }

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

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

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

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

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

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

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

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