#DEBBEA

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

Shades of Mauve #DEBBEA

Tints of Mauve #DEBBEA

Color information

#DEBBEA (or 0xDEBBEA) is unknown color: approx Mauve. HEX triplet: DE, BB and EA. RGB value is (222,187,234). Sum of RGB (Red+Green+Blue) = 222+187+234=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEBBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBEA is #214415. Grayscale: #CACACA. Windows color (decimal): -2180118 or 15383518. OLE color: 15383518.

HSL color Cylindrical-coordinate representation of color #DEBBEA: hue angle of 284.68º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEBBEA is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222187234-
CMYK0.050.2000.08
HSL284.68º52.81%82.55%-
HSV(B)284.68º20.09%91.76%-
XYZ62.7557.0185.54-
YUV202.82145.6141.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 187 (73.44% from 255) = 29.08%
BLUE value IS 234 (91.80% from 255) = 36.39%
R=34.53%
G=29.08%
B=36.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221872340.050.2000.08284.6852.8182.55
HexDEBBEA5140811d3553
Octal33627335252401043565123
Binary11011110101110111110101010110100010001000111011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBEA; }

 p { color: rgb(222,187,234); }

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

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

 a { background-color: rgb(222,187,234); }

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

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

 span { border-color: rgb(222,187,234); }

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