#DFB8EF

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

Shades of Mauve #DFB8EF

Tints of Mauve #DFB8EF

Color information

#DFB8EF (or 0xDFB8EF) is unknown color: approx Mauve. HEX triplet: DF, B8 and EF. RGB value is (223,184,239). Sum of RGB (Red+Green+Blue) = 223+184+239=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 184 (72.27% from 255 or 28.48% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFB8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB8EF is #204710. Grayscale: #C9C9C9. Windows color (decimal): -2115345 or 15710431. OLE color: 15710431.

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

Color convert

RGB223184239-
CMYK0.070.2300.06
HSL282.55º63.22%82.94%-
HSV(B)282.55º23.01%93.73%-
XYZ63.1556.289.18-
YUV201.93148.92143.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.52%
GREEN value IS 184 (72.27% from 255) = 28.48%
BLUE value IS 239 (93.75% from 255) = 37.00%
R=34.52%
G=28.48%
B=37.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231842390.070.2300.06282.5563.2282.94
HexDFB8EF7170611b3f53
Octal3372703577270643377123
Binary1101111110111000111011111111011101101000110111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB8EF; }

 p { color: rgb(223,184,239); }

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

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

 a { background-color: rgb(223,184,239); }

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

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

 span { border-color: rgb(223,184,239); }

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