#D6AFC6

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

Shades of Maverick #D6AFC6

Tints of Maverick #D6AFC6

Color information

#D6AFC6 (or 0xD6AFC6) is unknown color: approx Maverick. HEX triplet: D6, AF and C6. RGB value is (214,175,198). Sum of RGB (Red+Green+Blue) = 214+175+198=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFC6 is #295039. Grayscale: #BDBDBD. Windows color (decimal): -2707514 or 13021142. OLE color: 13021142.

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

Color convert

RGB214175198-
CMYK00.180.070.16
HSL324.62º32.23%76.27%-
HSV(B)324.62º18.22%83.92%-
XYZ53.2549.0360.08-
YUV189.28132.92145.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.46%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 198 (77.73% from 255) = 33.73%
R=36.46%
G=29.81%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417519800.180.070.16324.6232.2376.27
HexD6AFC6012710145204c
Octal32625730602272050540114
Binary110101101010111111000110010010111100001010001011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFC6; }

 p { color: rgb(214,175,198); }

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

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

 a { background-color: rgb(214,175,198); }

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

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

 span { border-color: rgb(214,175,198); }

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