#DEBDFE

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

Shades of Mauve #DEBDFE

Tints of Mauve #DEBDFE

Color information

#DEBDFE (or 0xDEBDFE) is unknown color: approx Mauve. HEX triplet: DE, BD and FE. RGB value is (222,189,254). Sum of RGB (Red+Green+Blue) = 222+189+254=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEBDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDFE is #214201. Grayscale: #CECECE. Windows color (decimal): -2179586 or 16694750. OLE color: 16694750.

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

Color convert

RGB222189254-
CMYK0.130.2600.00
HSL270.46º97.01%86.86%-
HSV(B)270.46º25.59%99.61%-
XYZ66.2159.08101.68-
YUV206.28154.93139.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.38%
GREEN value IS 189 (74.22% from 255) = 28.42%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=33.38%
G=28.42%
B=38.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2221892540.130.2600.00270.4697.0186.86
HexDEBDFED1A0010e6157
Octal336275376153200416141127
Binary1101111010111101111111101101110100010000111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDFE; }

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

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

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

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

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

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

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

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