#D5AEC7

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

Shades of Maverick #D5AEC7

Tints of Maverick #D5AEC7

Color information

#D5AEC7 (or 0xD5AEC7) is unknown color: approx Maverick. HEX triplet: D5, AE and C7. RGB value is (213,174,199). Sum of RGB (Red+Green+Blue) = 213+174+199=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 199 (78.12% from 255 or 33.96% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEC7 is #2A5138. Grayscale: #BCBCBC. Windows color (decimal): -2773305 or 13086421. OLE color: 13086421.

HSL color Cylindrical-coordinate representation of color #D5AEC7: hue angle of 321.54º 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 #D5AEC7 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB213174199-
CMYK00.180.070.16
HSL321.54º31.71%75.88%-
HSV(B)321.54º18.31%83.53%-
XYZ52.8948.5460.61-
YUV188.51133.92145.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.35%
GREEN value IS 174 (68.36% from 255) = 29.69%
BLUE value IS 199 (78.12% from 255) = 33.96%
R=36.35%
G=29.69%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317419900.180.070.16321.5431.7175.88
HexD5AEC7012710142204c
Octal32525630702272050240114
Binary110101011010111011000111010010111100001010000101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AEC7; }

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

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

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

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

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

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

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

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