#DBBCFF

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

Shades of Mauve #DBBCFF

Tints of Mauve #DBBCFF

Color information

#DBBCFF (or 0xDBBCFF) is unknown color: approx Mauve. HEX triplet: DB, BC and FF. RGB value is (219,188,255). Sum of RGB (Red+Green+Blue) = 219+188+255=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBBCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBCFF is #244300. Grayscale: #CCCCCC. Windows color (decimal): -2376449 or 16760027. OLE color: 16760027.

HSL color Cylindrical-coordinate representation of color #DBBCFF: hue angle of 267.76º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBBCFF is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB219188255-
CMYK0.140.2600
HSL267.76º100%86.86%-
HSV(B)267.76º26.27%100%-
XYZ65.2558.25102.41-
YUV204.91156.27138.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.08%
GREEN value IS 188 (73.83% from 255) = 28.40%
BLUE value IS 255 (100% from 255) = 38.52%
R=33.08%
G=28.40%
B=38.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191882550.140.2600267.7610086.86
HexDBBCFFE1A0010c6457
Octal333274377163200414144127
Binary1101101110111100111111111110110100010000110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCFF; }

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

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

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

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

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

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

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

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