#DFB3FE

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

Shades of Mauve #DFB3FE

Tints of Mauve #DFB3FE

Color information

#DFB3FE (or 0xDFB3FE) is unknown color: approx Mauve. HEX triplet: DF, B3 and FE. RGB value is (223,179,254). Sum of RGB (Red+Green+Blue) = 223+179+254=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 179 (70.31% from 255 or 27.29% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFB3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB3FE is #204C01. Grayscale: #C8C8C8. Windows color (decimal): -2116610 or 16692191. OLE color: 16692191.

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

Color convert

RGB223179254-
CMYK0.120.3000.00
HSL275.2º97.4%84.9%-
HSV(B)275.2º29.53%99.61%-
XYZ64.4455.08101-
YUV200.71158.08143.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.99%
GREEN value IS 179 (70.31% from 255) = 27.29%
BLUE value IS 254 (99.61% from 255) = 38.72%
R=33.99%
G=27.29%
B=38.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2231792540.120.3000.00275.297.484.9
HexDFB3FEC1E001136155
Octal337263376143600423141125
Binary1101111110110011111111101100111100010001001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB3FE; }

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

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

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

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

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

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

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

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