#D5AEC3

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

Shades of Maverick #D5AEC3

Tints of Maverick #D5AEC3

Color information

#D5AEC3 (or 0xD5AEC3) is unknown color: approx Maverick. HEX triplet: D5, AE and C3. RGB value is (213,174,195). Sum of RGB (Red+Green+Blue) = 213+174+195=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEC3 is #2A513C. Grayscale: #BCBCBC. Windows color (decimal): -2773309 or 12824277. OLE color: 12824277.

HSL color Cylindrical-coordinate representation of color #D5AEC3: hue angle of 327.69º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AEC3 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB213174195-
CMYK00.180.080.16
HSL327.69º31.71%75.88%-
HSV(B)327.69º18.31%83.53%-
XYZ52.4348.3658.2-
YUV188.05131.92145.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.60%
GREEN value IS 174 (68.36% from 255) = 29.90%
BLUE value IS 195 (76.56% from 255) = 33.51%
R=36.60%
G=29.90%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317419500.180.080.16327.6931.7175.88
HexD5AEC3012810148204c
Octal325256303022102051040114
Binary1101010110101110110000110100101000100001010010001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AEC3; }

 p { color: rgb(213,174,195); }

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

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

 a { background-color: rgb(213,174,195); }

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

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

 span { border-color: rgb(213,174,195); }

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