#DBBCEE

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

Shades of Mauve #DBBCEE

Tints of Mauve #DBBCEE

Color information

#DBBCEE (or 0xDBBCEE) is unknown color: approx Mauve. HEX triplet: DB, BC and EE. RGB value is (219,188,238). Sum of RGB (Red+Green+Blue) = 219+188+238=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBBCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBCEE is #244311. Grayscale: #CACACA. Windows color (decimal): -2376466 or 15645915. OLE color: 15645915.

HSL color Cylindrical-coordinate representation of color #DBBCEE: hue angle of 277.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBBCEE is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219188238-
CMYK0.080.2100.07
HSL277.2º59.52%83.53%-
HSV(B)277.2º21.01%93.33%-
XYZ62.6357.288.63-
YUV202.97147.77139.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.95%
GREEN value IS 188 (73.83% from 255) = 29.15%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=33.95%
G=29.15%
B=36.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191882380.080.2100.07277.259.5283.53
HexDBBCEE815071153c54
Octal33327435610250742574124
Binary11011011101111001110111010001010101111000101011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCEE; }

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

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

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

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

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

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

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

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