#DFB4FE

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

Shades of Mauve #DFB4FE

Tints of Mauve #DFB4FE

Color information

#DFB4FE (or 0xDFB4FE) is unknown color: approx Mauve. HEX triplet: DF, B4 and FE. RGB value is (223,180,254). Sum of RGB (Red+Green+Blue) = 223+180+254=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 180 (70.70% from 255 or 27.40% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFB4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB4FE is #204B01. Grayscale: #C9C9C9. Windows color (decimal): -2116354 or 16692447. OLE color: 16692447.

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

Color convert

RGB223180254-
CMYK0.120.2900.00
HSL274.86º97.37%85.1%-
HSV(B)274.86º29.13%99.61%-
XYZ64.6455.49101.07-
YUV201.29157.75143.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.94%
GREEN value IS 180 (70.70% from 255) = 27.40%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=33.94%
G=27.40%
B=38.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2231802540.120.2900.00274.8697.3785.1
HexDFB4FEC1D001136155
Octal337264376143500423141125
Binary1101111110110100111111101100111010010001001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB4FE; }

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

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

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

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

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

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

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

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