#DEABF3

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

Shades of Mauve #DEABF3

Tints of Mauve #DEABF3

Color information

#DEABF3 (or 0xDEABF3) is unknown color: approx Mauve. HEX triplet: DE, AB and F3. RGB value is (222,171,243). Sum of RGB (Red+Green+Blue) = 222+171+243=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEABF3 is #21540C. Grayscale: #C2C2C2. Windows color (decimal): -2184205 or 15969246. OLE color: 15969246.

HSL color Cylindrical-coordinate representation of color #DEABF3: hue angle of 282.5º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEABF3 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222171243-
CMYK0.090.3000.05
HSL282.5º75%81.18%-
HSV(B)282.5º29.63%95.29%-
XYZ60.8651.1391.45-
YUV194.46155.4147.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.91%
GREEN value IS 171 (67.19% from 255) = 26.89%
BLUE value IS 243 (95.31% from 255) = 38.21%
R=34.91%
G=26.89%
B=38.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221712430.090.3000.05282.57581.18
HexDEABF391E0511a4b51
Octal336253363113605432113121
Binary110111101010101111110011100111110010110001101010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEABF3; }

 p { color: rgb(222,171,243); }

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

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

 a { background-color: rgb(222,171,243); }

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

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

 span { border-color: rgb(222,171,243); }

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