#DFBFEE

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

Shades of Mauve #DFBFEE

Tints of Mauve #DFBFEE

Color information

#DFBFEE (or 0xDFBFEE) is unknown color: approx Mauve. HEX triplet: DF, BF and EE. RGB value is (223,191,238). Sum of RGB (Red+Green+Blue) = 223+191+238=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFBFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFEE is #204011. Grayscale: #CDCDCD. Windows color (decimal): -2113554 or 15646687. OLE color: 15646687.

HSL color Cylindrical-coordinate representation of color #DFBFEE: hue angle of 280.85º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFBFEE is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223191238-
CMYK0.060.2000.07
HSL280.85º58.02%84.12%-
HSV(B)280.85º19.75%93.33%-
XYZ64.4959.1288.9-
YUV205.93146.1140.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.20%
GREEN value IS 191 (75% from 255) = 29.29%
BLUE value IS 238 (93.36% from 255) = 36.50%
R=34.20%
G=29.29%
B=36.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231912380.060.2000.07280.8558.0284.12
HexDFBFEE614071193a54
Octal3372773566240743172124
Binary1101111110111111111011101101010001111000110011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFEE; }

 p { color: rgb(223,191,238); }

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

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

 a { background-color: rgb(223,191,238); }

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

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

 span { border-color: rgb(223,191,238); }

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