#D3AEC5

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

Shades of Maverick #D3AEC5

Tints of Maverick #D3AEC5

Color information

#D3AEC5 (or 0xD3AEC5) is unknown color: approx Maverick. HEX triplet: D3, AE and C5. RGB value is (211,174,197). Sum of RGB (Red+Green+Blue) = 211+174+197=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AEC5 is #2C513A. Grayscale: #BBBBBB. Windows color (decimal): -2904379 or 12955347. OLE color: 12955347.

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

Color convert

RGB211174197-
CMYK00.180.070.17
HSL322.7º29.6%75.49%-
HSV(B)322.7º17.54%82.75%-
XYZ52.0848.1559.37-
YUV187.68133.26144.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.25%
GREEN value IS 174 (68.36% from 255) = 29.90%
BLUE value IS 197 (77.34% from 255) = 33.85%
R=36.25%
G=29.90%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117419700.180.070.17322.729.675.49
HexD3AEC50127111431e4b
Octal32325630502272150336113
Binary11010011101011101100010101001011110001101000011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AEC5; }

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

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

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

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

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

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

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

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