#DCA7CB

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

Shades of Maverick #DCA7CB

Tints of Maverick #DCA7CB

Color information

#DCA7CB (or 0xDCA7CB) is unknown color: approx Maverick. HEX triplet: DC, A7 and CB. RGB value is (220,167,203). Sum of RGB (Red+Green+Blue) = 220+167+203=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA7CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA7CB is #235834. Grayscale: #BABABA. Windows color (decimal): -2316341 or 13346780. OLE color: 13346780.

HSL color Cylindrical-coordinate representation of color #DCA7CB: hue angle of 319.25º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA7CB is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220167203-
CMYK00.240.080.14
HSL319.25º43.09%75.88%-
HSV(B)319.25º24.09%86.27%-
XYZ54.1147.1662.75-
YUV186.95137.06151.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 167 (65.62% from 255) = 28.31%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=37.29%
G=28.31%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016720300.240.080.14319.2543.0975.88
HexDCA7CB0188E13f2b4c
Octal334247313030101647753114
Binary110111001010011111001011011000100011101001111111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7CB; }

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

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

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

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

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

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

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

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