#DAACC5

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

Shades of Maverick #DAACC5

Tints of Maverick #DAACC5

Color information

#DAACC5 (or 0xDAACC5) is unknown color: approx Maverick. HEX triplet: DA, AC and C5. RGB value is (218,172,197). Sum of RGB (Red+Green+Blue) = 218+172+197=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACC5 is #25533A. Grayscale: #BCBCBC. Windows color (decimal): -2446139 or 12954842. OLE color: 12954842.

HSL color Cylindrical-coordinate representation of color #DAACC5: hue angle of 327.39º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAACC5 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218172197-
CMYK00.210.100.15
HSL327.39º38.33%76.47%-
HSV(B)327.39º21.1%85.49%-
XYZ53.7448.4459.34-
YUV188.6132.74148.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 197 (77.34% from 255) = 33.56%
R=37.14%
G=29.30%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817219700.210.100.15327.3938.3376.47
HexDAACC5015AF147264c
Octal332254305025121750746114
Binary110110101010110011000101010101101011111010001111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACC5; }

 p { color: rgb(218,172,197); }

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

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

 a { background-color: rgb(218,172,197); }

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

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

 span { border-color: rgb(218,172,197); }

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