#DEAAFC

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

Shades of Mauve #DEAAFC

Tints of Mauve #DEAAFC

Color information

#DEAAFC (or 0xDEAAFC) is unknown color: approx Mauve. HEX triplet: DE, AA and FC. RGB value is (222,170,252). Sum of RGB (Red+Green+Blue) = 222+170+252=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEAAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAAFC is #215503. Grayscale: #C2C2C2. Windows color (decimal): -2184452 or 16558814. OLE color: 16558814.

HSL color Cylindrical-coordinate representation of color #DEAAFC: hue angle of 278.05º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEAAFC is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222170252-
CMYK0.120.3300.01
HSL278.05º93.18%82.75%-
HSV(B)278.05º32.54%98.82%-
XYZ62.0751.3198.73-
YUV194.9160.23147.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.47%
GREEN value IS 170 (66.80% from 255) = 26.40%
BLUE value IS 252 (98.83% from 255) = 39.13%
R=34.47%
G=26.40%
B=39.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221702520.120.3300.01278.0593.1882.75
HexDEAAFCC21011165d53
Octal336252374144101426135123
Binary11011110101010101111110011001000010110001011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAAFC; }

 p { color: rgb(222,170,252); }

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

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

 a { background-color: rgb(222,170,252); }

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

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

 span { border-color: rgb(222,170,252); }

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