#DEBAF1

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

Shades of Mauve #DEBAF1

Tints of Mauve #DEBAF1

Color information

#DEBAF1 (or 0xDEBAF1) is unknown color: approx Mauve. HEX triplet: DE, BA and F1. RGB value is (222,186,241). Sum of RGB (Red+Green+Blue) = 222+186+241=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEBAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAF1 is #21450E. Grayscale: #CACACA. Windows color (decimal): -2180367 or 15842014. OLE color: 15842014.

HSL color Cylindrical-coordinate representation of color #DEBAF1: hue angle of 279.27º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEBAF1 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222186241-
CMYK0.080.2300.05
HSL279.27º66.27%83.73%-
HSV(B)279.27º22.82%94.51%-
XYZ63.565790.87-
YUV203.03149.43141.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.21%
GREEN value IS 186 (73.05% from 255) = 28.66%
BLUE value IS 241 (94.53% from 255) = 37.13%
R=34.21%
G=28.66%
B=37.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221862410.080.2300.05279.2766.2783.73
HexDEBAF1817051174254
Octal336272361102705427102124
Binary110111101011101011110001100010111010110001011110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAF1; }

 p { color: rgb(222,186,241); }

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

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

 a { background-color: rgb(222,186,241); }

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

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

 span { border-color: rgb(222,186,241); }

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