#DFBAED

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

Shades of Mauve #DFBAED

Tints of Mauve #DFBAED

Color information

#DFBAED (or 0xDFBAED) is unknown color: approx Mauve. HEX triplet: DF, BA and ED. RGB value is (223,186,237). Sum of RGB (Red+Green+Blue) = 223+186+237=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAED is #204512. Grayscale: #CACACA. Windows color (decimal): -2114835 or 15579871. OLE color: 15579871.

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

Color convert

RGB223186237-
CMYK0.060.2200.07
HSL283.53º58.62%82.94%-
HSV(B)283.53º21.52%92.94%-
XYZ63.2856.9287.77-
YUV202.88147.26142.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.52%
GREEN value IS 186 (73.05% from 255) = 28.79%
BLUE value IS 237 (92.97% from 255) = 36.69%
R=34.52%
G=28.79%
B=36.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231862370.060.2200.07283.5358.6282.94
HexDFBAED6160711c3b53
Octal3372723556260743473123
Binary1101111110111010111011011101011001111000111001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAED; }

 p { color: rgb(223,186,237); }

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

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

 a { background-color: rgb(223,186,237); }

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

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

 span { border-color: rgb(223,186,237); }

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