#DEBBEB

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

Shades of Mauve #DEBBEB

Tints of Mauve #DEBBEB

Color information

#DEBBEB (or 0xDEBBEB) is unknown color: approx Mauve. HEX triplet: DE, BB and EB. RGB value is (222,187,235). Sum of RGB (Red+Green+Blue) = 222+187+235=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEBBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBEB is #214414. Grayscale: #CACACA. Windows color (decimal): -2180117 or 15449054. OLE color: 15449054.

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

Color convert

RGB222187235-
CMYK0.060.2000.08
HSL283.75º54.55%82.75%-
HSV(B)283.75º20.43%92.16%-
XYZ62.8957.0786.3-
YUV202.94146.1141.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.47%
GREEN value IS 187 (73.44% from 255) = 29.04%
BLUE value IS 235 (92.19% from 255) = 36.49%
R=34.47%
G=29.04%
B=36.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221872350.060.2000.08283.7554.5582.75
HexDEBBEB6140811c3753
Octal33627335362401043467123
Binary11011110101110111110101111010100010001000111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBEB; }

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

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

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

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

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

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

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

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