#DCACCC

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

Shades of Maverick #DCACCC

Tints of Maverick #DCACCC

Color information

#DCACCC (or 0xDCACCC) is unknown color: approx Maverick. HEX triplet: DC, AC and CC. RGB value is (220,172,204). Sum of RGB (Red+Green+Blue) = 220+172+204=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACCC is #235333. Grayscale: #BDBDBD. Windows color (decimal): -2315060 or 13413596. OLE color: 13413596.

HSL color Cylindrical-coordinate representation of color #DCACCC: hue angle of 320º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACCC is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB220172204-
CMYK00.220.070.14
HSL320º40.68%76.86%-
HSV(B)320º21.82%86.27%-
XYZ55.1749.0863.69-
YUV190135.9149.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=36.91%
G=28.86%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017220400.220.070.1432040.6876.86
HexDCACCC0167E140294d
Octal33425431402671650051115
Binary11011100101011001100110001011011111101010000001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACCC; }

 p { color: rgb(220,172,204); }

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

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

 a { background-color: rgb(220,172,204); }

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

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

 span { border-color: rgb(220,172,204); }

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