#DBACCA

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

Shades of Maverick #DBACCA

Tints of Maverick #DBACCA

Color information

#DBACCA (or 0xDBACCA) is unknown color: approx Maverick. HEX triplet: DB, AC and CA. RGB value is (219,172,202). Sum of RGB (Red+Green+Blue) = 219+172+202=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACCA is #245335. Grayscale: #BDBDBD. Windows color (decimal): -2380598 or 13282523. OLE color: 13282523.

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

Color convert

RGB219172202-
CMYK00.210.080.14
HSL321.7º39.5%76.67%-
HSV(B)321.7º21.46%85.88%-
XYZ54.6348.8362.42-
YUV189.47135.07149.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=36.93%
G=29.01%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917220200.210.080.14321.739.576.67
HexDBACCA0158E142274d
Octal333254312025101650247115
Binary110110111010110011001010010101100011101010000101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACCA; }

 p { color: rgb(219,172,202); }

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

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

 a { background-color: rgb(219,172,202); }

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

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

 span { border-color: rgb(219,172,202); }

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