#D0AECA

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

Shades of Maverick #D0AECA

Tints of Maverick #D0AECA

Color information

#D0AECA (or 0xD0AECA) is unknown color: approx Maverick. HEX triplet: D0, AE and CA. RGB value is (208,174,202). Sum of RGB (Red+Green+Blue) = 208+174+202=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AECA is #2F5135. Grayscale: #BBBBBB. Windows color (decimal): -3100982 or 13283024. OLE color: 13283024.

HSL color Cylindrical-coordinate representation of color #D0AECA: hue angle of 310.59º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0AECA is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB208174202-
CMYK00.160.030.18
HSL310.59º26.56%74.9%-
HSV(B)310.59º16.35%81.57%-
XYZ51.8147.9562.4-
YUV187.36136.26142.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.62%
GREEN value IS 174 (68.36% from 255) = 29.79%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=35.62%
G=29.79%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817420200.160.030.18310.5926.5674.9
HexD0AECA0103121371b4b
Octal32025631202032246733113
Binary1101000010101110110010100100001110010100110111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AECA; }

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

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

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

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

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

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

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

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