#DEAFF9

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

Shades of Mauve #DEAFF9

Tints of Mauve #DEAFF9

Color information

#DEAFF9 (or 0xDEAFF9) is unknown color: approx Mauve. HEX triplet: DE, AF and F9. RGB value is (222,175,249). Sum of RGB (Red+Green+Blue) = 222+175+249=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 175 (68.75% from 255 or 27.09% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEAFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAFF9 is #215006. Grayscale: #C5C5C5. Windows color (decimal): -2183175 or 16363486. OLE color: 16363486.

HSL color Cylindrical-coordinate representation of color #DEAFF9: hue angle of 278.11º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEAFF9 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222175249-
CMYK0.110.3000.02
HSL278.11º86.05%83.14%-
HSV(B)278.11º29.72%97.65%-
XYZ62.5553.0396.56-
YUV197.49157.07145.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.37%
GREEN value IS 175 (68.75% from 255) = 27.09%
BLUE value IS 249 (97.66% from 255) = 38.54%
R=34.37%
G=27.09%
B=38.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221752490.110.3000.02278.1186.0583.14
HexDEAFF9B1E021165653
Octal336257371133602426126123
Binary11011110101011111111100110111111001010001011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFF9; }

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

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

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

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

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

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

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

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