#DEBEFC

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

Shades of Mauve #DEBEFC

Tints of Mauve #DEBEFC

Color information

#DEBEFC (or 0xDEBEFC) is unknown color: approx Mauve. HEX triplet: DE, BE and FC. RGB value is (222,190,252). Sum of RGB (Red+Green+Blue) = 222+190+252=664 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.43% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEBEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEFC is #214103. Grayscale: #CECECE. Windows color (decimal): -2179332 or 16563934. OLE color: 16563934.

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

Color convert

RGB222190252-
CMYK0.120.2500.01
HSL270.97º91.18%86.67%-
HSV(B)270.97º24.6%98.82%-
XYZ66.1159.38100.07-
YUV206.64153.6138.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.43%
GREEN value IS 190 (74.61% from 255) = 28.61%
BLUE value IS 252 (98.83% from 255) = 37.95%
R=33.43%
G=28.61%
B=37.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221902520.120.2500.01270.9791.1886.67
HexDEBEFCC190110f5b57
Octal336276374143101417133127
Binary1101111010111110111111001100110010110000111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEFC; }

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

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

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

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

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

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

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

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