#DEB0F7

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

Shades of Mauve #DEB0F7

Tints of Mauve #DEB0F7

Color information

#DEB0F7 (or 0xDEB0F7) is unknown color: approx Mauve. HEX triplet: DE, B0 and F7. RGB value is (222,176,247). Sum of RGB (Red+Green+Blue) = 222+176+247=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 176 (69.14% from 255 or 27.29% from 645); Blue value is 247 (96.88% from 255 or 38.29% from 645); Max value from RGB is 247 - color contains mainly: blue. Hex color #DEB0F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0F7 is #214F08. Grayscale: #C5C5C5. Windows color (decimal): -2182921 or 16232670. OLE color: 16232670.

HSL color Cylindrical-coordinate representation of color #DEB0F7: hue angle of 278.87º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEB0F7 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB222176247-
CMYK0.100.2900.03
HSL278.87º81.61%82.94%-
HSV(B)278.87º28.74%96.86%-
XYZ62.4453.394.99-
YUV197.85155.74145.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.42%
GREEN value IS 176 (69.14% from 255) = 27.29%
BLUE value IS 247 (96.88% from 255) = 38.29%
R=34.42%
G=27.29%
B=38.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2221762470.100.2900.03278.8781.6182.94
HexDEB0F7A1D031175253
Octal336260367123503427122123
Binary11011110101100001111011110101110101110001011110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0F7; }

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

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

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

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

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

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

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

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