#DBBCF7

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

Shades of Mauve #DBBCF7

Tints of Mauve #DBBCF7

Color information

#DBBCF7 (or 0xDBBCF7) is unknown color: approx Mauve. HEX triplet: DB, BC and F7. RGB value is (219,188,247). Sum of RGB (Red+Green+Blue) = 219+188+247=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBBCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBCF7 is #244308. Grayscale: #CBCBCB. Windows color (decimal): -2376457 or 16235739. OLE color: 16235739.

HSL color Cylindrical-coordinate representation of color #DBBCF7: hue angle of 271.53º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBBCF7 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB219188247-
CMYK0.110.2400.03
HSL271.53º78.67%85.29%-
HSV(B)271.53º23.89%96.86%-
XYZ63.9957.7495.77-
YUV204152.27138.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.49%
GREEN value IS 188 (73.83% from 255) = 28.75%
BLUE value IS 247 (96.88% from 255) = 37.77%
R=33.49%
G=28.75%
B=37.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2191882470.110.2400.03271.5378.6785.29
HexDBBCF7B18031104f55
Octal333274367133003420117125
Binary11011011101111001111011110111100001110001000010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCF7; }

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

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

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

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

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

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

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

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