#DFBEF2

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

Shades of Mauve #DFBEF2

Tints of Mauve #DFBEF2

Color information

#DFBEF2 (or 0xDFBEF2) is unknown color: approx Mauve. HEX triplet: DF, BE and F2. RGB value is (223,190,242). Sum of RGB (Red+Green+Blue) = 223+190+242=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFBEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBEF2 is #20410D. Grayscale: #CDCDCD. Windows color (decimal): -2113806 or 15908575. OLE color: 15908575.

HSL color Cylindrical-coordinate representation of color #DFBEF2: hue angle of 278.08º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFBEF2 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223190242-
CMYK0.080.2100.05
HSL278.08º66.67%84.71%-
HSV(B)278.08º21.49%94.9%-
XYZ64.8758.9391.96-
YUV205.8148.43140.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 190 (74.61% from 255) = 29.01%
BLUE value IS 242 (94.92% from 255) = 36.95%
R=34.05%
G=29.01%
B=36.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231902420.080.2100.05278.0866.6784.71
HexDFBEF2815051164355
Octal337276362102505426103125
Binary110111111011111011110010100010101010110001011010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBEF2; }

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

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

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

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

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

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

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

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