#DEADF0

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

Shades of Mauve #DEADF0

Tints of Mauve #DEADF0

Color information

#DEADF0 (or 0xDEADF0) is unknown color: approx Mauve. HEX triplet: DE, AD and F0. RGB value is (222,173,240). Sum of RGB (Red+Green+Blue) = 222+173+240=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADF0 is #21520F. Grayscale: #C3C3C3. Windows color (decimal): -2183696 or 15773150. OLE color: 15773150.

HSL color Cylindrical-coordinate representation of color #DEADF0: hue angle of 283.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEADF0 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB222173240-
CMYK0.080.2800.06
HSL283.88º69.07%80.98%-
HSV(B)283.88º27.92%94.12%-
XYZ60.851.7189.21-
YUV195.29153.23147.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 173 (67.97% from 255) = 27.24%
BLUE value IS 240 (94.14% from 255) = 37.80%
R=34.96%
G=27.24%
B=37.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2221732400.080.2800.06283.8869.0780.98
HexDEADF081C0611c4551
Octal336255360103406434105121
Binary110111101010110111110000100011100011010001110010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADF0; }

 p { color: rgb(222,173,240); }

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

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

 a { background-color: rgb(222,173,240); }

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

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

 span { border-color: rgb(222,173,240); }

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