#DBB5FC

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

Shades of Mauve #DBB5FC

Tints of Mauve #DBB5FC

Color information

#DBB5FC (or 0xDBB5FC) is unknown color: approx Mauve. HEX triplet: DB, B5 and FC. RGB value is (219,181,252). Sum of RGB (Red+Green+Blue) = 219+181+252=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 181 (71.09% from 255 or 27.76% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBB5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB5FC is #244A03. Grayscale: #C8C8C8. Windows color (decimal): -2378244 or 16561627. OLE color: 16561627.

HSL color Cylindrical-coordinate representation of color #DBB5FC: hue angle of 272.11º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBB5FC is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219181252-
CMYK0.130.2800.01
HSL272.11º92.21%84.9%-
HSV(B)272.11º28.17%98.82%-
XYZ63.3155.1499.4-
YUV200.46157.09141.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.59%
GREEN value IS 181 (71.09% from 255) = 27.76%
BLUE value IS 252 (98.83% from 255) = 38.65%
R=33.59%
G=27.76%
B=38.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191812520.130.2800.01272.1192.2184.9
HexDBB5FCD1C011105c55
Octal333265374153401420134125
Binary1101101110110101111111001101111000110001000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5FC; }

 p { color: rgb(219,181,252); }

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

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

 a { background-color: rgb(219,181,252); }

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

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

 span { border-color: rgb(219,181,252); }

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