#dbaff5

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

Shades of Mauve #DBAFF5

Tints of Mauve #DBAFF5

Color information

#DBAFF5 (or 0xDBAFF5) is unknown color: approx Mauve. HEX triplet: DB, AF and F5. RGB value is (219,175,245). Sum of RGB (Red+Green+Blue) = 219+175+245=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBAFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFF5 is #24500A. Grayscale: #C3C3C3. Windows color (decimal): -2379787 or 16101339. OLE color: 16101339.

HSL color Cylindrical-coordinate representation of color #DBAFF5: hue angle of 277.71º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBAFF5 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB219175245-
CMYK0.110.2900.04
HSL277.71º77.78%82.35%-
HSV(B)277.71º28.57%96.08%-
XYZ61.0252.3193.27-
YUV196.14155.58144.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.27%
GREEN value IS 175 (68.75% from 255) = 27.39%
BLUE value IS 245 (96.09% from 255) = 38.34%
R=34.27%
G=27.39%
B=38.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2191752450.110.2900.04277.7177.7882.35
HexDBAFF5B1D041164e52
Octal333257365133504426116122
Binary110110111010111111110101101111101010010001011010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbaff5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbaff5; }

 p { color: rgb(219,175,245); }

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

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

 a { background-color: rgb(219,175,245); }

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

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

 span { border-color: rgb(219,175,245); }

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