#DEBEFD

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

Shades of Mauve #DEBEFD

Tints of Mauve #DEBEFD

Color information

#DEBEFD (or 0xDEBEFD) is unknown color: approx Mauve. HEX triplet: DE, BE and FD. RGB value is (222,190,253). Sum of RGB (Red+Green+Blue) = 222+190+253=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 190 (74.61% from 255 or 28.57% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEBEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEFD is #214102. Grayscale: #CECECE. Windows color (decimal): -2179331 or 16629470. OLE color: 16629470.

HSL color Cylindrical-coordinate representation of color #DEBEFD: hue angle of 270.48º degrees, saturation: 0.94, 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 #DEBEFD is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222190253-
CMYK0.120.2500.01
HSL270.48º94.03%86.86%-
HSV(B)270.48º24.9%99.22%-
XYZ66.2759.45100.91-
YUV206.75154.1138.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.38%
GREEN value IS 190 (74.61% from 255) = 28.57%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=33.38%
G=28.57%
B=38.05%

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
Decimal2221902530.120.2500.01270.4894.0386.86
HexDEBEFDC190110e5e57
Octal336276375143101416136127
Binary1101111010111110111111011100110010110000111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEFD; }

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

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

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

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

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

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

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

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