#DEBAFE

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

Shades of Mauve #DEBAFE

Tints of Mauve #DEBAFE

Color information

#DEBAFE (or 0xDEBAFE) is unknown color: approx Mauve. HEX triplet: DE, BA and FE. RGB value is (222,186,254). Sum of RGB (Red+Green+Blue) = 222+186+254=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEBAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAFE is #214501. Grayscale: #CCCCCC. Windows color (decimal): -2180354 or 16693982. OLE color: 16693982.

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

Color convert

RGB222186254-
CMYK0.130.2700.00
HSL271.76º97.14%86.27%-
HSV(B)271.76º26.77%99.61%-
XYZ65.5757.8101.47-
YUV204.52155.93140.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.53%
GREEN value IS 186 (73.05% from 255) = 28.10%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=33.53%
G=28.10%
B=38.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2221862540.130.2700.00271.7697.1486.27
HexDEBAFED1B001106156
Octal336272376153300420141126
Binary1101111010111010111111101101110110010001000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAFE; }

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

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

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

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

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

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

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

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