#D6AFC8

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

Shades of Maverick #D6AFC8

Tints of Maverick #D6AFC8

Color information

#D6AFC8 (or 0xD6AFC8) is unknown color: approx Maverick. HEX triplet: D6, AF and C8. RGB value is (214,175,200). Sum of RGB (Red+Green+Blue) = 214+175+200=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFC8 is #295037. Grayscale: #BDBDBD. Windows color (decimal): -2707512 or 13152214. OLE color: 13152214.

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

Color convert

RGB214175200-
CMYK00.180.070.16
HSL321.54º32.23%76.27%-
HSV(B)321.54º18.22%83.92%-
XYZ53.4949.1361.31-
YUV189.51133.92145.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 200 (78.52% from 255) = 33.96%
R=36.33%
G=29.71%
B=33.96%

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
Decimal21417520000.180.070.16321.5432.2376.27
HexD6AFC8012710142204c
Octal32625731002272050240114
Binary110101101010111111001000010010111100001010000101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFC8; }

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

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

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

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

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

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

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

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