#D7AFC5

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

Shades of Maverick #D7AFC5

Tints of Maverick #D7AFC5

Color information

#D7AFC5 (or 0xD7AFC5) is unknown color: approx Maverick. HEX triplet: D7, AF and C5. RGB value is (215,175,197). Sum of RGB (Red+Green+Blue) = 215+175+197=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFC5 is #28503A. Grayscale: #BDBDBD. Windows color (decimal): -2641979 or 12955607. OLE color: 12955607.

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

Color convert

RGB215175197-
CMYK00.190.080.16
HSL327º33.33%76.47%-
HSV(B)327º18.6%84.31%-
XYZ53.4349.1459.49-
YUV189.47132.25146.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.63%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 197 (77.34% from 255) = 33.56%
R=36.63%
G=29.81%
B=33.56%

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
Decimal21517519700.190.080.1632733.3376.47
HexD7AFC5013810147214c
Octal327257305023102050741114
Binary1101011110101111110001010100111000100001010001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFC5; }

 p { color: rgb(215,175,197); }

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

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

 a { background-color: rgb(215,175,197); }

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

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

 span { border-color: rgb(215,175,197); }

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