#DEBEFB

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

Shades of Mauve #DEBEFB

Tints of Mauve #DEBEFB

Color information

#DEBEFB (or 0xDEBEFB) is unknown color: approx Mauve. HEX triplet: DE, BE and FB. RGB value is (222,190,251). Sum of RGB (Red+Green+Blue) = 222+190+251=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEBEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEFB is #214104. Grayscale: #CECECE. Windows color (decimal): -2179333 or 16498398. OLE color: 16498398.

HSL color Cylindrical-coordinate representation of color #DEBEFB: hue angle of 271.48º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEBEFB is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222190251-
CMYK0.120.2400.02
HSL271.48º88.41%86.47%-
HSV(B)271.48º24.3%98.43%-
XYZ65.9559.3299.24-
YUV206.52153.1139.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.48%
GREEN value IS 190 (74.61% from 255) = 28.66%
BLUE value IS 251 (98.44% from 255) = 37.86%
R=33.48%
G=28.66%
B=37.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221902510.120.2400.02271.4888.4186.47
HexDEBEFBC180210f5856
Octal336276373143002417130126
Binary11011110101111101111101111001100001010000111110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEFB; }

 p { color: rgb(222,190,251); }

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

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

 a { background-color: rgb(222,190,251); }

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

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

 span { border-color: rgb(222,190,251); }

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