#D0AEC6

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

Shades of Maverick #D0AEC6

Tints of Maverick #D0AEC6

Color information

#D0AEC6 (or 0xD0AEC6) is unknown color: approx Maverick. HEX triplet: D0, AE and C6. RGB value is (208,174,198). Sum of RGB (Red+Green+Blue) = 208+174+198=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AEC6 is #2F5139. Grayscale: #BABABA. Windows color (decimal): -3100986 or 13020880. OLE color: 13020880.

HSL color Cylindrical-coordinate representation of color #D0AEC6: hue angle of 317.65º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0AEC6 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB208174198-
CMYK00.160.050.18
HSL317.65º26.56%74.9%-
HSV(B)317.65º16.35%81.57%-
XYZ51.3447.7659.94-
YUV186.9134.26143.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.86%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 198 (77.73% from 255) = 34.14%
R=35.86%
G=30%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817419800.160.050.18317.6526.5674.9
HexD0AEC601051213e1b4b
Octal32025630602052247633113
Binary11010000101011101100011001000010110010100111110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AEC6; }

 p { color: rgb(208,174,198); }

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

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

 a { background-color: rgb(208,174,198); }

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

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

 span { border-color: rgb(208,174,198); }

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