#DFABEE

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

Shades of Mauve #DFABEE

Tints of Mauve #DFABEE

Color information

#DFABEE (or 0xDFABEE) is unknown color: approx Mauve. HEX triplet: DF, AB and EE. RGB value is (223,171,238). Sum of RGB (Red+Green+Blue) = 223+171+238=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABEE is #205411. Grayscale: #C1C1C1. Windows color (decimal): -2118674 or 15641567. OLE color: 15641567.

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

Color convert

RGB223171238-
CMYK0.060.2800.07
HSL286.57º66.34%80.2%-
HSV(B)286.57º28.15%93.33%-
XYZ60.4350.9987.55-
YUV194.19152.73148.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.28%
GREEN value IS 171 (67.19% from 255) = 27.06%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=35.28%
G=27.06%
B=37.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231712380.060.2800.07286.5766.3480.2
HexDFABEE61C0711f4250
Octal33725335663407437102120
Binary11011111101010111110111011011100011110001111110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABEE; }

 p { color: rgb(223,171,238); }

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

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

 a { background-color: rgb(223,171,238); }

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

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

 span { border-color: rgb(223,171,238); }

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