#DFB1FE

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

Shades of Mauve #DFB1FE

Tints of Mauve #DFB1FE

Color information

#DFB1FE (or 0xDFB1FE) is unknown color: approx Mauve. HEX triplet: DF, B1 and FE. RGB value is (223,177,254). Sum of RGB (Red+Green+Blue) = 223+177+254=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 177 (69.53% from 255 or 27.06% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFB1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB1FE is #204E01. Grayscale: #C7C7C7. Windows color (decimal): -2117122 or 16691679. OLE color: 16691679.

HSL color Cylindrical-coordinate representation of color #DFB1FE: hue angle of 275.84º 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 #DFB1FE is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB223177254-
CMYK0.120.3000.00
HSL275.84º97.47%84.51%-
HSV(B)275.84º30.31%99.61%-
XYZ64.0454.29100.87-
YUV199.53158.74144.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.10%
GREEN value IS 177 (69.53% from 255) = 27.06%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=34.10%
G=27.06%
B=38.84%

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
Decimal2231772540.120.3000.00275.8497.4784.51
HexDFB1FEC1E001146155
Octal337261376143600424141125
Binary1101111110110001111111101100111100010001010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1FE; }

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

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

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

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

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

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

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

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