#DBADCA

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

Shades of Maverick #DBADCA

Tints of Maverick #DBADCA

Color information

#DBADCA (or 0xDBADCA) is unknown color: approx Maverick. HEX triplet: DB, AD and CA. RGB value is (219,173,202). Sum of RGB (Red+Green+Blue) = 219+173+202=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADCA is #245235. Grayscale: #BDBDBD. Windows color (decimal): -2380342 or 13282779. OLE color: 13282779.

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

Color convert

RGB219173202-
CMYK00.210.080.14
HSL322.17º38.98%76.86%-
HSV(B)322.17º21%85.88%-
XYZ54.8249.2162.49-
YUV190.06134.74148.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.87%
GREEN value IS 173 (67.97% from 255) = 29.12%
BLUE value IS 202 (79.30% from 255) = 34.01%
R=36.87%
G=29.12%
B=34.01%

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
Decimal21917320200.210.080.14322.1738.9876.86
HexDBADCA0158E142274d
Octal333255312025101650247115
Binary110110111010110111001010010101100011101010000101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADCA; }

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

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

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

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

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

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

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

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