#DCACCB

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

Shades of Maverick #DCACCB

Tints of Maverick #DCACCB

Color information

#DCACCB (or 0xDCACCB) is unknown color: approx Maverick. HEX triplet: DC, AC and CB. RGB value is (220,172,203). Sum of RGB (Red+Green+Blue) = 220+172+203=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACCB is #235334. Grayscale: #BDBDBD. Windows color (decimal): -2315061 or 13348060. OLE color: 13348060.

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

Color convert

RGB220172203-
CMYK00.220.080.14
HSL321.25º40.68%76.86%-
HSV(B)321.25º21.82%86.27%-
XYZ55.0549.0363.06-
YUV189.89135.4149.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 203 (79.69% from 255) = 34.12%
R=36.97%
G=28.91%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017220300.220.080.14321.2540.6876.86
HexDCACCB0168E141294d
Octal334254313026101650151115
Binary110111001010110011001011010110100011101010000011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACCB; }

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

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

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

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

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

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

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

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