#D2A6BF

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

Shades of Maverick #D2A6BF

Tints of Maverick #D2A6BF

Color information

#D2A6BF (or 0xD2A6BF) is unknown color: approx Maverick. HEX triplet: D2, A6 and BF. RGB value is (210,166,191). Sum of RGB (Red+Green+Blue) = 210+166+191=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A6BF is #2D5940. Grayscale: #B5B5B5. Windows color (decimal): -2971969 or 12560082. OLE color: 12560082.

HSL color Cylindrical-coordinate representation of color #D2A6BF: hue angle of 325.91º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2A6BF is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB210166191-
CMYK00.210.090.18
HSL325.91º32.84%73.73%-
HSV(B)325.91º20.95%82.35%-
XYZ49.6244.7455.31-
YUV182.01133.08147.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.04%
GREEN value IS 166 (65.23% from 255) = 29.28%
BLUE value IS 191 (75% from 255) = 33.69%
R=37.04%
G=29.28%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016619100.210.090.18325.9132.8473.73
HexD2A6BF015912146214a
Octal322246277025112250641112
Binary1101001010100110101111110101011001100101010001101000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A6BF; }

 p { color: rgb(210,166,191); }

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

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

 a { background-color: rgb(210,166,191); }

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

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

 span { border-color: rgb(210,166,191); }

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