#DEA0FB

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

Shades of Mauve #DEA0FB

Tints of Mauve #DEA0FB

Color information

#DEA0FB (or 0xDEA0FB) is unknown color: approx Mauve. HEX triplet: DE, A0 and FB. RGB value is (222,160,251). Sum of RGB (Red+Green+Blue) = 222+160+251=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEA0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA0FB is #215F04. Grayscale: #BCBCBC. Windows color (decimal): -2187013 or 16490718. OLE color: 16490718.

HSL color Cylindrical-coordinate representation of color #DEA0FB: hue angle of 280.88º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEA0FB is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222160251-
CMYK0.120.3600.02
HSL280.88º91.92%80.59%-
HSV(B)280.88º36.25%98.43%-
XYZ60.1147.6497.29-
YUV188.91163.04151.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 160 (62.89% from 255) = 25.28%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=35.07%
G=25.28%
B=39.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221602510.120.3600.02280.8891.9280.59
HexDEA0FBC24021195c51
Octal336240373144402431134121
Binary110111101010000011111011110010010001010001100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA0FB; }

 p { color: rgb(222,160,251); }

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

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

 a { background-color: rgb(222,160,251); }

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

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

 span { border-color: rgb(222,160,251); }

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