#DEBCEB

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

Shades of Mauve #DEBCEB

Tints of Mauve #DEBCEB

Color information

#DEBCEB (or 0xDEBCEB) is unknown color: approx Mauve. HEX triplet: DE, BC and EB. RGB value is (222,188,235). Sum of RGB (Red+Green+Blue) = 222+188+235=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEBCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCEB is #214314. Grayscale: #CBCBCB. Windows color (decimal): -2179861 or 15449310. OLE color: 15449310.

HSL color Cylindrical-coordinate representation of color #DEBCEB: hue angle of 283.4º degrees, saturation: 0.54, 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 #DEBCEB is Cyan = 0.06, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222188235-
CMYK0.060.200.08
HSL283.4º54.02%82.94%-
HSV(B)283.4º20%92.16%-
XYZ63.157.4986.37-
YUV203.52145.76141.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.42%
GREEN value IS 188 (73.83% from 255) = 29.15%
BLUE value IS 235 (92.19% from 255) = 36.43%
R=34.42%
G=29.15%
B=36.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221882350.060.200.08283.454.0282.94
HexDEBCEB6140811b3653
Octal33627435362401043366123
Binary11011110101111001110101111010100010001000110111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCEB; }

 p { color: rgb(222,188,235); }

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

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

 a { background-color: rgb(222,188,235); }

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

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

 span { border-color: rgb(222,188,235); }

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