#DBA6CB

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

Shades of Maverick #DBA6CB

Tints of Maverick #DBA6CB

Color information

#DBA6CB (or 0xDBA6CB) is unknown color: approx Maverick. HEX triplet: DB, A6 and CB. RGB value is (219,166,203). Sum of RGB (Red+Green+Blue) = 219+166+203=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6CB is #245934. Grayscale: #B9B9B9. Windows color (decimal): -2382133 or 13346523. OLE color: 13346523.

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

Color convert

RGB219166203-
CMYK00.240.070.14
HSL318.11º42.4%75.49%-
HSV(B)318.11º24.2%85.88%-
XYZ53.6346.6462.68-
YUV186.06137.56151.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 166 (65.23% from 255) = 28.23%
BLUE value IS 203 (79.69% from 255) = 34.52%
R=37.24%
G=28.23%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916620300.240.070.14318.1142.475.49
HexDBA6CB0187E13e2a4b
Octal33324631303071647652113
Binary11011011101001101100101101100011111101001111101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6CB; }

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

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

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

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

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

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

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

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