#D2AEC1

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

Shades of Maverick #D2AEC1

Tints of Maverick #D2AEC1

Color information

#D2AEC1 (or 0xD2AEC1) is unknown color: approx Maverick. HEX triplet: D2, AE and C1. RGB value is (210,174,193). Sum of RGB (Red+Green+Blue) = 210+174+193=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEC1 is #2D513E. Grayscale: #BABABA. Windows color (decimal): -2969919 or 12693202. OLE color: 12693202.

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

Color convert

RGB210174193-
CMYK00.170.080.18
HSL328.33º28.57%75.29%-
HSV(B)328.33º17.14%82.35%-
XYZ51.3447.8256.98-
YUV186.93131.43144.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.40%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 193 (75.78% from 255) = 33.45%
R=36.40%
G=30.16%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017419300.170.080.18328.3328.5775.29
HexD2AEC10118121481d4b
Octal322256301021102251035113
Binary110100101010111011000001010001100010010101001000111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AEC1; }

 p { color: rgb(210,174,193); }

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

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

 a { background-color: rgb(210,174,193); }

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

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

 span { border-color: rgb(210,174,193); }

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