#DEB0FF

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

Shades of Mauve #DEB0FF

Tints of Mauve #DEB0FF

Color information

#DEB0FF (or 0xDEB0FF) is unknown color: approx Mauve. HEX triplet: DE, B0 and FF. RGB value is (222,176,255). Sum of RGB (Red+Green+Blue) = 222+176+255=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 176 (69.14% from 255 or 26.95% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0FF is #214F00. Grayscale: #C6C6C6. Windows color (decimal): -2182913 or 16756958. OLE color: 16756958.

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

Color convert

RGB222176255-
CMYK0.130.3100
HSL274.94º100%84.51%-
HSV(B)274.94º30.98%100%-
XYZ63.753.8101.63-
YUV198.76159.74144.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 176 (69.14% from 255) = 26.95%
BLUE value IS 255 (100% from 255) = 39.05%
R=34.00%
G=26.95%
B=39.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221762550.130.3100274.9410084.51
HexDEB0FFD1F001136455
Octal336260377153700423144125
Binary1101111010110000111111111101111110010001001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0FF; }

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

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

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

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

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

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

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

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