#DFBBFE

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

Shades of Mauve #DFBBFE

Tints of Mauve #DFBBFE

Color information

#DFBBFE (or 0xDFBBFE) is unknown color: approx Mauve. HEX triplet: DF, BB and FE. RGB value is (223,187,254). Sum of RGB (Red+Green+Blue) = 223+187+254=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFBBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBFE is #204401. Grayscale: #CDCDCD. Windows color (decimal): -2114562 or 16694239. OLE color: 16694239.

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

Color convert

RGB223187254-
CMYK0.120.2600.00
HSL272.24º97.1%86.47%-
HSV(B)272.24º26.38%99.61%-
XYZ66.0958.38101.55-
YUV205.4155.43140.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.58%
GREEN value IS 187 (73.44% from 255) = 28.16%
BLUE value IS 254 (99.61% from 255) = 38.25%
R=33.58%
G=28.16%
B=38.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2231872540.120.2600.00272.2497.186.47
HexDFBBFEC1A001106156
Octal337273376143200420141126
Binary1101111110111011111111101100110100010001000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBFE; }

 p { color: rgb(223,187,254); }

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

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

 a { background-color: rgb(223,187,254); }

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

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

 span { border-color: rgb(223,187,254); }

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