#DBACCB

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

Shades of Maverick #DBACCB

Tints of Maverick #DBACCB

Color information

#DBACCB (or 0xDBACCB) is unknown color: approx Maverick. HEX triplet: DB, AC and CB. RGB value is (219,172,203). Sum of RGB (Red+Green+Blue) = 219+172+203=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACCB is #245334. Grayscale: #BDBDBD. Windows color (decimal): -2380597 or 13348059. OLE color: 13348059.

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

Color convert

RGB219172203-
CMYK00.210.070.14
HSL320.43º39.5%76.67%-
HSV(B)320.43º21.46%85.88%-
XYZ54.7548.8863.05-
YUV189.59135.57148.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.87%
GREEN value IS 172 (67.58% from 255) = 28.96%
BLUE value IS 203 (79.69% from 255) = 34.18%
R=36.87%
G=28.96%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917220300.210.070.14320.4339.576.67
HexDBACCB0157E140274d
Octal33325431302571650047115
Binary11011011101011001100101101010111111101010000001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACCB; }

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

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

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

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

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

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

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

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