#DFBEFD

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

Shades of Mauve #DFBEFD

Tints of Mauve #DFBEFD

Color information

#DFBEFD (or 0xDFBEFD) is unknown color: approx Mauve. HEX triplet: DF, BE and FD. RGB value is (223,190,253). Sum of RGB (Red+Green+Blue) = 223+190+253=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 190 (74.61% from 255 or 28.53% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFBEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBEFD is #204102. Grayscale: #CECECE. Windows color (decimal): -2113795 or 16629471. OLE color: 16629471.

HSL color Cylindrical-coordinate representation of color #DFBEFD: hue angle of 271.43º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFBEFD is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223190253-
CMYK0.120.2500.01
HSL271.43º94.03%86.86%-
HSV(B)271.43º24.9%99.22%-
XYZ66.5759.61100.92-
YUV207.05153.93139.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.48%
GREEN value IS 190 (74.61% from 255) = 28.53%
BLUE value IS 253 (99.22% from 255) = 37.99%
R=33.48%
G=28.53%
B=37.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231902530.120.2500.01271.4394.0386.86
HexDFBEFDC190110f5e57
Octal337276375143101417136127
Binary1101111110111110111111011100110010110000111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBEFD; }

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

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

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

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

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

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

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

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