#DEABF0

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

Shades of Mauve #DEABF0

Tints of Mauve #DEABF0

Color information

#DEABF0 (or 0xDEABF0) is unknown color: approx Mauve. HEX triplet: DE, AB and F0. RGB value is (222,171,240). Sum of RGB (Red+Green+Blue) = 222+171+240=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEABF0 is #21540F. Grayscale: #C1C1C1. Windows color (decimal): -2184208 or 15772638. OLE color: 15772638.

HSL color Cylindrical-coordinate representation of color #DEABF0: hue angle of 284.35º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEABF0 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB222171240-
CMYK0.080.2900.06
HSL284.35º69.7%80.59%-
HSV(B)284.35º28.75%94.12%-
XYZ60.4250.9589.09-
YUV194.12153.9147.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 171 (67.19% from 255) = 27.01%
BLUE value IS 240 (94.14% from 255) = 37.91%
R=35.07%
G=27.01%
B=37.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2221712400.080.2900.06284.3569.780.59
HexDEABF081D0611c4651
Octal336253360103506434106121
Binary110111101010101111110000100011101011010001110010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEABF0; }

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

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

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

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

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

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

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

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