#D7AFC8

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

Shades of Maverick #D7AFC8

Tints of Maverick #D7AFC8

Color information

#D7AFC8 (or 0xD7AFC8) is unknown color: approx Maverick. HEX triplet: D7, AF and C8. RGB value is (215,175,200). Sum of RGB (Red+Green+Blue) = 215+175+200=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFC8 is #285037. Grayscale: #BDBDBD. Windows color (decimal): -2641976 or 13152215. OLE color: 13152215.

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

Color convert

RGB215175200-
CMYK00.190.070.16
HSL322.5º33.33%76.47%-
HSV(B)322.5º18.6%84.31%-
XYZ53.7849.2861.32-
YUV189.81133.75145.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.44%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 200 (78.52% from 255) = 33.90%
R=36.44%
G=29.66%
B=33.90%

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
Decimal21517520000.190.070.16322.533.3376.47
HexD7AFC8013710142214c
Octal32725731002372050241114
Binary110101111010111111001000010011111100001010000101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFC8; }

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

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

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

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

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

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

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

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