#DFBEF0

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

Shades of Mauve #DFBEF0

Tints of Mauve #DFBEF0

Color information

#DFBEF0 (or 0xDFBEF0) is unknown color: approx Mauve. HEX triplet: DF, BE and F0. RGB value is (223,190,240). Sum of RGB (Red+Green+Blue) = 223+190+240=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFBEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBEF0 is #20410F. Grayscale: #CDCDCD. Windows color (decimal): -2113808 or 15777503. OLE color: 15777503.

HSL color Cylindrical-coordinate representation of color #DFBEF0: hue angle of 279.6º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFBEF0 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223190240-
CMYK0.070.2100.06
HSL279.6º62.5%84.31%-
HSV(B)279.6º20.83%94.12%-
XYZ64.5758.8190.39-
YUV205.57147.43140.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.15%
GREEN value IS 190 (74.61% from 255) = 29.10%
BLUE value IS 240 (94.14% from 255) = 36.75%
R=34.15%
G=29.10%
B=36.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231902400.070.2100.06279.662.584.31
HexDFBEF0715061183e54
Octal3372763607250643076124
Binary1101111110111110111100001111010101101000110001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBEF0; }

 p { color: rgb(223,190,240); }

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

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

 a { background-color: rgb(223,190,240); }

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

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

 span { border-color: rgb(223,190,240); }

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