#DEAEFE

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

Shades of Mauve #DEAEFE

Tints of Mauve #DEAEFE

Color information

#DEAEFE (or 0xDEAEFE) is unknown color: approx Mauve. HEX triplet: DE, AE and FE. RGB value is (222,174,254). Sum of RGB (Red+Green+Blue) = 222+174+254=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEAEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEFE is #215101. Grayscale: #C5C5C5. Windows color (decimal): -2183426 or 16690910. OLE color: 16690910.

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

Color convert

RGB222174254-
CMYK0.130.3100.00
HSL276º97.56%83.92%-
HSV(B)276º31.5%99.61%-
XYZ63.1552.96100.66-
YUV197.47159.9145.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.15%
GREEN value IS 174 (68.36% from 255) = 26.77%
BLUE value IS 254 (99.61% from 255) = 39.08%
R=34.15%
G=26.77%
B=39.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2221742540.130.3100.0027697.5683.92
HexDEAEFED1F001146254
Octal336256376153700424142124
Binary1101111010101110111111101101111110010001010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEFE; }

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

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

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

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

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

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

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

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