#DEBBED

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

Shades of Mauve #DEBBED

Tints of Mauve #DEBBED

Color information

#DEBBED (or 0xDEBBED) is unknown color: approx Mauve. HEX triplet: DE, BB and ED. RGB value is (222,187,237). Sum of RGB (Red+Green+Blue) = 222+187+237=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEBBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBED is #214412. Grayscale: #CBCBCB. Windows color (decimal): -2180115 or 15580126. OLE color: 15580126.

HSL color Cylindrical-coordinate representation of color #DEBBED: hue angle of 282º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBBED is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222187237-
CMYK0.060.2100.07
HSL282º58.14%83.14%-
HSV(B)282º21.1%92.94%-
XYZ63.1857.1887.83-
YUV203.16147.1141.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.37%
GREEN value IS 187 (73.44% from 255) = 28.95%
BLUE value IS 237 (92.97% from 255) = 36.69%
R=34.37%
G=28.95%
B=36.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221872370.060.2100.0728258.1483.14
HexDEBBED6150711a3a53
Octal3362733556250743272123
Binary1101111010111011111011011101010101111000110101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBED; }

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

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

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

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

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

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

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

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