#DBAAC9

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

Shades of Maverick #DBAAC9

Tints of Maverick #DBAAC9

Color information

#DBAAC9 (or 0xDBAAC9) is unknown color: approx Maverick. HEX triplet: DB, AA and C9. RGB value is (219,170,201). Sum of RGB (Red+Green+Blue) = 219+170+201=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAC9 is #245536. Grayscale: #BCBCBC. Windows color (decimal): -2381111 or 13216475. OLE color: 13216475.

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

Color convert

RGB219170201-
CMYK00.220.080.14
HSL322.04º40.5%76.27%-
HSV(B)322.04º22.37%85.88%-
XYZ54.1348.0361.68-
YUV188.18135.23149.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 170 (66.80% from 255) = 28.81%
BLUE value IS 201 (78.91% from 255) = 34.07%
R=37.12%
G=28.81%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917020100.220.080.14322.0440.576.27
HexDBAAC90168E142284c
Octal333252311026101650250114
Binary110110111010101011001001010110100011101010000101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAC9; }

 p { color: rgb(219,170,201); }

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

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

 a { background-color: rgb(219,170,201); }

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

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

 span { border-color: rgb(219,170,201); }

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