#D0AEC5

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

Shades of Maverick #D0AEC5

Tints of Maverick #D0AEC5

Color information

#D0AEC5 (or 0xD0AEC5) is unknown color: approx Maverick. HEX triplet: D0, AE and C5. RGB value is (208,174,197). Sum of RGB (Red+Green+Blue) = 208+174+197=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AEC5 is #2F513A. Grayscale: #BABABA. Windows color (decimal): -3100987 or 12955344. OLE color: 12955344.

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

Color convert

RGB208174197-
CMYK00.160.050.18
HSL319.41º26.56%74.9%-
HSV(B)319.41º16.35%81.57%-
XYZ51.2347.7159.33-
YUV186.79133.76143.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.92%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 197 (77.34% from 255) = 34.02%
R=35.92%
G=30.05%
B=34.02%

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
Decimal20817419700.160.050.18319.4126.5674.9
HexD0AEC501051213f1b4b
Octal32025630502052247733113
Binary11010000101011101100010101000010110010100111111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AEC5; }

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

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

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

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

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

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

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

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