#D6AFC4

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

Shades of Maverick #D6AFC4

Tints of Maverick #D6AFC4

Color information

#D6AFC4 (or 0xD6AFC4) is unknown color: approx Maverick. HEX triplet: D6, AF and C4. RGB value is (214,175,196). Sum of RGB (Red+Green+Blue) = 214+175+196=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFC4 is #29503B. Grayscale: #BDBDBD. Windows color (decimal): -2707516 or 12890070. OLE color: 12890070.

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

Color convert

RGB214175196-
CMYK00.180.080.16
HSL327.69º32.23%76.27%-
HSV(B)327.69º18.22%83.92%-
XYZ53.0348.9458.88-
YUV189.05131.92145.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 196 (76.95% from 255) = 33.50%
R=36.58%
G=29.91%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417519600.180.080.16327.6932.2376.27
HexD6AFC4012810148204c
Octal326257304022102051040114
Binary1101011010101111110001000100101000100001010010001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFC4; }

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

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

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

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

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

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

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

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