#D9AECC

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

Shades of Maverick #D9AECC

Tints of Maverick #D9AECC

Color information

#D9AECC (or 0xD9AECC) is unknown color: approx Maverick. HEX triplet: D9, AE and CC. RGB value is (217,174,204). Sum of RGB (Red+Green+Blue) = 217+174+204=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AECC is #265133. Grayscale: #BEBEBE. Windows color (decimal): -2511156 or 13414105. OLE color: 13414105.

HSL color Cylindrical-coordinate representation of color #D9AECC: hue angle of 318.14º 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 #D9AECC is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217174204-
CMYK00.200.060.15
HSL318.14º36.13%76.67%-
HSV(B)318.14º19.82%85.1%-
XYZ54.6549.3863.78-
YUV190.28135.75147.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.47%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=36.47%
G=29.24%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717420400.200.060.15318.1436.1376.67
HexD9AECC0146F13e244d
Octal33125631402461747644115
Binary11011001101011101100110001010011011111001111101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AECC; }

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

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

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

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

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

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

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

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