#DCABCA

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

Shades of Maverick #DCABCA

Tints of Maverick #DCABCA

Color information

#DCABCA (or 0xDCABCA) is unknown color: approx Maverick. HEX triplet: DC, AB and CA. RGB value is (220,171,202). Sum of RGB (Red+Green+Blue) = 220+171+202=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABCA is #235435. Grayscale: #BDBDBD. Windows color (decimal): -2315318 or 13282268. OLE color: 13282268.

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

Color convert

RGB220171202-
CMYK00.220.080.14
HSL322.04º41.18%76.67%-
HSV(B)322.04º22.27%86.27%-
XYZ54.7448.6162.37-
YUV189.18135.23149.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=37.10%
G=28.84%
B=34.06%

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
Decimal22017120200.220.080.14322.0441.1876.67
HexDCABCA0168E142294d
Octal334253312026101650251115
Binary110111001010101111001010010110100011101010000101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABCA; }

 p { color: rgb(220,171,202); }

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

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

 a { background-color: rgb(220,171,202); }

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

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

 span { border-color: rgb(220,171,202); }

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