#DAAEC9

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

Shades of Maverick #DAAEC9

Tints of Maverick #DAAEC9

Color information

#DAAEC9 (or 0xDAAEC9) is unknown color: approx Maverick. HEX triplet: DA, AE and C9. RGB value is (218,174,201). Sum of RGB (Red+Green+Blue) = 218+174+201=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEC9 is #255136. Grayscale: #BEBEBE. Windows color (decimal): -2445623 or 13217498. OLE color: 13217498.

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

Color convert

RGB218174201-
CMYK00.200.080.15
HSL323.18º37.29%76.86%-
HSV(B)323.18º20.18%85.49%-
XYZ54.5949.3961.92-
YUV190.23134.08147.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 174 (68.36% from 255) = 29.34%
BLUE value IS 201 (78.91% from 255) = 33.90%
R=36.76%
G=29.34%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817420100.200.080.15323.1837.2976.86
HexDAAEC90148F143254d
Octal332256311024101750345115
Binary110110101010111011001001010100100011111010000111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEC9; }

 p { color: rgb(218,174,201); }

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

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

 a { background-color: rgb(218,174,201); }

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

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

 span { border-color: rgb(218,174,201); }

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