#DEAFFE

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

Shades of Mauve #DEAFFE

Tints of Mauve #DEAFFE

Color information

#DEAFFE (or 0xDEAFFE) is unknown color: approx Mauve. HEX triplet: DE, AF and FE. RGB value is (222,175,254). Sum of RGB (Red+Green+Blue) = 222+175+254=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAFFE is #215001. Grayscale: #C5C5C5. Windows color (decimal): -2183170 or 16691166. OLE color: 16691166.

HSL color Cylindrical-coordinate representation of color #DEAFFE: hue angle of 275.7º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEAFFE is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB222175254-
CMYK0.130.3100.00
HSL275.7º97.53%84.12%-
HSV(B)275.7º31.1%99.61%-
XYZ63.3453.35100.72-
YUV198.06159.57145.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.10%
GREEN value IS 175 (68.75% from 255) = 26.88%
BLUE value IS 254 (99.61% from 255) = 39.02%
R=34.10%
G=26.88%
B=39.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2221752540.130.3100.00275.797.5384.12
HexDEAFFED1F001146254
Octal336257376153700424142124
Binary1101111010101111111111101101111110010001010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFFE; }

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

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

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

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

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

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

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

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