#DEBEFE

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

Shades of Mauve #DEBEFE

Tints of Mauve #DEBEFE

Color information

#DEBEFE (or 0xDEBEFE) is unknown color: approx Mauve. HEX triplet: DE, BE and FE. RGB value is (222,190,254). Sum of RGB (Red+Green+Blue) = 222+190+254=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 190 (74.61% from 255 or 28.53% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEBEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEFE is #214101. Grayscale: #CECECE. Windows color (decimal): -2179330 or 16695006. OLE color: 16695006.

HSL color Cylindrical-coordinate representation of color #DEBEFE: hue angle of 270º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEBEFE is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB222190254-
CMYK0.130.2500.00
HSL270º96.97%87.06%-
HSV(B)270º25.2%99.61%-
XYZ66.4359.51101.75-
YUV206.86154.6138.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.33%
GREEN value IS 190 (74.61% from 255) = 28.53%
BLUE value IS 254 (99.61% from 255) = 38.14%
R=33.33%
G=28.53%
B=38.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2221902540.130.2500.0027096.9787.06
HexDEBEFED190010e6157
Octal336276376153100416141127
Binary1101111010111110111111101101110010010000111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEFE; }

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

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

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

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

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

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

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

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