#DBBCF1

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

Shades of Mauve #DBBCF1

Tints of Mauve #DBBCF1

Color information

#DBBCF1 (or 0xDBBCF1) is unknown color: approx Mauve. HEX triplet: DB, BC and F1. RGB value is (219,188,241). Sum of RGB (Red+Green+Blue) = 219+188+241=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBBCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBCF1 is #24430E. Grayscale: #CBCBCB. Windows color (decimal): -2376463 or 15842523. OLE color: 15842523.

HSL color Cylindrical-coordinate representation of color #DBBCF1: hue angle of 275.09º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBBCF1 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219188241-
CMYK0.090.2200.05
HSL275.09º65.43%84.12%-
HSV(B)275.09º21.99%94.51%-
XYZ63.0757.3890.97-
YUV203.31149.27139.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 188 (73.83% from 255) = 29.01%
BLUE value IS 241 (94.53% from 255) = 37.19%
R=33.80%
G=29.01%
B=37.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191882410.090.2200.05275.0965.4384.12
HexDBBCF1916051134154
Octal333274361112605423101124
Binary110110111011110011110001100110110010110001001110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCF1; }

 p { color: rgb(219,188,241); }

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

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

 a { background-color: rgb(219,188,241); }

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

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

 span { border-color: rgb(219,188,241); }

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