#DEBFFE

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

Shades of Mauve #DEBFFE

Tints of Mauve #DEBFFE

Color information

#DEBFFE (or 0xDEBFFE) is unknown color: approx Mauve. HEX triplet: DE, BF and FE. RGB value is (222,191,254). Sum of RGB (Red+Green+Blue) = 222+191+254=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEBFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFFE is #214001. Grayscale: #CFCFCF. Windows color (decimal): -2179074 or 16695262. OLE color: 16695262.

HSL color Cylindrical-coordinate representation of color #DEBFFE: hue angle of 269.52º 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 #DEBFFE is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB222191254-
CMYK0.130.2500.00
HSL269.52º96.92%87.25%-
HSV(B)269.52º24.8%99.61%-
XYZ66.6459.95101.82-
YUV207.45154.27138.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.28%
GREEN value IS 191 (75% from 255) = 28.64%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=33.28%
G=28.64%
B=38.08%

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
Decimal2221912540.130.2500.00269.5296.9287.25
HexDEBFFED190010e6157
Octal336277376153100416141127
Binary1101111010111111111111101101110010010000111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFFE; }

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

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

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

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

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

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

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

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