#DEADFC

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

Shades of Mauve #DEADFC

Tints of Mauve #DEADFC

Color information

#DEADFC (or 0xDEADFC) is unknown color: approx Mauve. HEX triplet: DE, AD and FC. RGB value is (222,173,252). Sum of RGB (Red+Green+Blue) = 222+173+252=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADFC is #215203. Grayscale: #C4C4C4. Windows color (decimal): -2183684 or 16559582. OLE color: 16559582.

HSL color Cylindrical-coordinate representation of color #DEADFC: hue angle of 277.22º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEADFC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222173252-
CMYK0.120.3100.01
HSL277.22º92.94%83.33%-
HSV(B)277.22º31.35%98.82%-
XYZ62.6452.4598.92-
YUV196.66159.23146.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.31%
GREEN value IS 173 (67.97% from 255) = 26.74%
BLUE value IS 252 (98.83% from 255) = 38.95%
R=34.31%
G=26.74%
B=38.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221732520.120.3100.01277.2292.9483.33
HexDEADFCC1F011155d53
Octal336255374143701425135123
Binary1101111010101101111111001100111110110001010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADFC; }

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

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

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

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

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

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

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

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