#DEADF9

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

Shades of Mauve #DEADF9

Tints of Mauve #DEADF9

Color information

#DEADF9 (or 0xDEADF9) is unknown color: approx Mauve. HEX triplet: DE, AD and F9. RGB value is (222,173,249). Sum of RGB (Red+Green+Blue) = 222+173+249=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEADF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADF9 is #215206. Grayscale: #C4C4C4. Windows color (decimal): -2183687 or 16362974. OLE color: 16362974.

HSL color Cylindrical-coordinate representation of color #DEADF9: hue angle of 278.68º degrees, saturation: 0.86, 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 #DEADF9 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222173249-
CMYK0.110.3100.02
HSL278.68º86.36%82.75%-
HSV(B)278.68º30.52%97.65%-
XYZ62.1752.2696.43-
YUV196.31157.73146.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.47%
GREEN value IS 173 (67.97% from 255) = 26.86%
BLUE value IS 249 (97.66% from 255) = 38.66%
R=34.47%
G=26.86%
B=38.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221732490.110.3100.02278.6886.3682.75
HexDEADF9B1F021175653
Octal336255371133702427126123
Binary11011110101011011111100110111111101010001011110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADF9; }

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

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

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

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

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

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

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

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