#DEAEFB

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

Shades of Mauve #DEAEFB

Tints of Mauve #DEAEFB

Color information

#DEAEFB (or 0xDEAEFB) is unknown color: approx Mauve. HEX triplet: DE, AE and FB. RGB value is (222,174,251). Sum of RGB (Red+Green+Blue) = 222+174+251=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEAEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEFB is #215104. Grayscale: #C4C4C4. Windows color (decimal): -2183429 or 16494302. OLE color: 16494302.

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

Color convert

RGB222174251-
CMYK0.120.3100.02
HSL277.4º90.59%83.33%-
HSV(B)277.4º30.68%98.43%-
XYZ62.6752.7798.15-
YUV197.13158.4145.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.31%
GREEN value IS 174 (68.36% from 255) = 26.89%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=34.31%
G=26.89%
B=38.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221742510.120.3100.02277.490.5983.33
HexDEAEFBC1F021155b53
Octal336256373143702425133123
Binary11011110101011101111101111001111101010001010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEFB; }

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

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

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

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

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

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

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

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