#D9AECA

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

Shades of Maverick #D9AECA

Tints of Maverick #D9AECA

Color information

#D9AECA (or 0xD9AECA) is unknown color: approx Maverick. HEX triplet: D9, AE and CA. RGB value is (217,174,202). Sum of RGB (Red+Green+Blue) = 217+174+202=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AECA is #265135. Grayscale: #BDBDBD. Windows color (decimal): -2511158 or 13283033. OLE color: 13283033.

HSL color Cylindrical-coordinate representation of color #D9AECA: hue angle of 320.93º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9AECA is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217174202-
CMYK00.200.070.15
HSL320.93º36.13%76.67%-
HSV(B)320.93º19.82%85.1%-
XYZ54.4149.2962.52-
YUV190.05134.75147.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.59%
GREEN value IS 174 (68.36% from 255) = 29.34%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=36.59%
G=29.34%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717420200.200.070.15320.9336.1376.67
HexD9AECA0147F141244d
Octal33125631202471750144115
Binary11011001101011101100101001010011111111010000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AECA; }

 p { color: rgb(217,174,202); }

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

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

 a { background-color: rgb(217,174,202); }

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

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

 span { border-color: rgb(217,174,202); }

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