#D1AEBD

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

Shades of Maverick #D1AEBD

Tints of Maverick #D1AEBD

Color information

#D1AEBD (or 0xD1AEBD) is unknown color: approx Maverick. HEX triplet: D1, AE and BD. RGB value is (209,174,189). Sum of RGB (Red+Green+Blue) = 209+174+189=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AEBD is #2E5142. Grayscale: #BABABA. Windows color (decimal): -3035459 or 12431057. OLE color: 12431057.

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

Color convert

RGB209174189-
CMYK00.170.100.18
HSL334.29º27.56%75.1%-
HSV(B)334.29º16.75%81.96%-
XYZ50.6247.554.65-
YUV186.18129.6144.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.54%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=36.54%
G=30.42%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917418900.170.100.18334.2927.5675.1
HexD1AEBD011A1214e1c4b
Octal321256275021122251634113
Binary110100011010111010111101010001101010010101001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AEBD; }

 p { color: rgb(209,174,189); }

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

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

 a { background-color: rgb(209,174,189); }

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

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

 span { border-color: rgb(209,174,189); }

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