#DEB0F3

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

Shades of Mauve #DEB0F3

Tints of Mauve #DEB0F3

Color information

#DEB0F3 (or 0xDEB0F3) is unknown color: approx Mauve. HEX triplet: DE, B0 and F3. RGB value is (222,176,243). Sum of RGB (Red+Green+Blue) = 222+176+243=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 176 (69.14% from 255 or 27.46% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEB0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0F3 is #214F0C. Grayscale: #C5C5C5. Windows color (decimal): -2182925 or 15970526. OLE color: 15970526.

HSL color Cylindrical-coordinate representation of color #DEB0F3: hue angle of 281.19º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEB0F3 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222176243-
CMYK0.090.2800.05
HSL281.19º73.63%82.16%-
HSV(B)281.19º27.57%95.29%-
XYZ61.8353.0591.78-
YUV197.39153.74145.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 176 (69.14% from 255) = 27.46%
BLUE value IS 243 (95.31% from 255) = 37.91%
R=34.63%
G=27.46%
B=37.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221762430.090.2800.05281.1973.6382.16
HexDEB0F391C051194a52
Octal336260363113405431112122
Binary110111101011000011110011100111100010110001100110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0F3; }

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

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

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

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

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

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

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

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