#D7AECA

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

Shades of Maverick #D7AECA

Tints of Maverick #D7AECA

Color information

#D7AECA (or 0xD7AECA) is unknown color: approx Maverick. HEX triplet: D7, AE and CA. RGB value is (215,174,202). Sum of RGB (Red+Green+Blue) = 215+174+202=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AECA is #285135. Grayscale: #BDBDBD. Windows color (decimal): -2642230 or 13283031. OLE color: 13283031.

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

Color convert

RGB215174202-
CMYK00.190.060.16
HSL319.02º33.88%76.27%-
HSV(B)319.02º19.07%84.31%-
XYZ53.8248.9862.5-
YUV189.45135.08146.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.38%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=36.38%
G=29.44%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517420200.190.060.16319.0233.8876.27
HexD7AECA01361013f224c
Octal32725631202362047742114
Binary110101111010111011001010010011110100001001111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AECA; }

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

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

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

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

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

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

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

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