#DEAFF3

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

Shades of Mauve #DEAFF3

Tints of Mauve #DEAFF3

Color information

#DEAFF3 (or 0xDEAFF3) is unknown color: approx Mauve. HEX triplet: DE, AF and F3. RGB value is (222,175,243). Sum of RGB (Red+Green+Blue) = 222+175+243=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEAFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAFF3 is #21500C. Grayscale: #C4C4C4. Windows color (decimal): -2183181 or 15970270. OLE color: 15970270.

HSL color Cylindrical-coordinate representation of color #DEAFF3: hue angle of 281.47º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEAFF3 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222175243-
CMYK0.090.2800.05
HSL281.47º73.91%81.96%-
HSV(B)281.47º27.98%95.29%-
XYZ61.6352.6691.71-
YUV196.8154.07145.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 175 (68.75% from 255) = 27.34%
BLUE value IS 243 (95.31% from 255) = 37.97%
R=34.69%
G=27.34%
B=37.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221752430.090.2800.05281.4773.9181.96
HexDEAFF391C051194a52
Octal336257363113405431112122
Binary110111101010111111110011100111100010110001100110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFF3; }

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

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

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

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

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

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

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

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