#DEB4FF

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

Shades of Mauve #DEB4FF

Tints of Mauve #DEB4FF

Color information

#DEB4FF (or 0xDEB4FF) is unknown color: approx Mauve. HEX triplet: DE, B4 and FF. RGB value is (222,180,255). Sum of RGB (Red+Green+Blue) = 222+180+255=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 180 (70.70% from 255 or 27.40% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB4FF is #214B00. Grayscale: #C8C8C8. Windows color (decimal): -2181889 or 16757982. OLE color: 16757982.

HSL color Cylindrical-coordinate representation of color #DEB4FF: hue angle of 273.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEB4FF is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222180255-
CMYK0.130.2900
HSL273.6º100%85.29%-
HSV(B)273.6º29.41%100%-
XYZ64.555.39101.9-
YUV201.11158.41142.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.79%
GREEN value IS 180 (70.70% from 255) = 27.40%
BLUE value IS 255 (100% from 255) = 38.81%
R=33.79%
G=27.40%
B=38.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221802550.130.2900273.610085.29
HexDEB4FFD1D001126455
Octal336264377153500422144125
Binary1101111010110100111111111101111010010001001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB4FF; }

 p { color: rgb(222,180,255); }

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

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

 a { background-color: rgb(222,180,255); }

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

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

 span { border-color: rgb(222,180,255); }

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