#DAACC8

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

Shades of Maverick #DAACC8

Tints of Maverick #DAACC8

Color information

#DAACC8 (or 0xDAACC8) is unknown color: approx Maverick. HEX triplet: DA, AC and C8. RGB value is (218,172,200). Sum of RGB (Red+Green+Blue) = 218+172+200=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACC8 is #255337. Grayscale: #BCBCBC. Windows color (decimal): -2446136 or 13151450. OLE color: 13151450.

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

Color convert

RGB218172200-
CMYK00.210.080.15
HSL323.48º38.33%76.47%-
HSV(B)323.48º21.1%85.49%-
XYZ54.0948.5861.17-
YUV188.95134.24148.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 172 (67.58% from 255) = 29.15%
BLUE value IS 200 (78.52% from 255) = 33.90%
R=36.95%
G=29.15%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817220000.210.080.15323.4838.3376.47
HexDAACC80158F143264c
Octal332254310025101750346114
Binary110110101010110011001000010101100011111010000111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACC8; }

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

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

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

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

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

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

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

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