#DEBAFA

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

Shades of Mauve #DEBAFA

Tints of Mauve #DEBAFA

Color information

#DEBAFA (or 0xDEBAFA) is unknown color: approx Mauve. HEX triplet: DE, BA and FA. RGB value is (222,186,250). Sum of RGB (Red+Green+Blue) = 222+186+250=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEBAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAFA is #214505. Grayscale: #CBCBCB. Windows color (decimal): -2180358 or 16431838. OLE color: 16431838.

HSL color Cylindrical-coordinate representation of color #DEBAFA: hue angle of 273.75º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEBAFA is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222186250-
CMYK0.110.2600.02
HSL273.75º86.49%85.49%-
HSV(B)273.75º25.6%98.04%-
XYZ64.9457.5598.13-
YUV204.06153.93140.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.74%
GREEN value IS 186 (73.05% from 255) = 28.27%
BLUE value IS 250 (98.05% from 255) = 37.99%
R=33.74%
G=28.27%
B=37.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221862500.110.2600.02273.7586.4985.49
HexDEBAFAB1A021125655
Octal336272372133202422126125
Binary11011110101110101111101010111101001010001001010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAFA; }

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

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

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

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

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

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

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

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