#DEBAF3

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

Shades of Mauve #DEBAF3

Tints of Mauve #DEBAF3

Color information

#DEBAF3 (or 0xDEBAF3) is unknown color: approx Mauve. HEX triplet: DE, BA and F3. RGB value is (222,186,243). Sum of RGB (Red+Green+Blue) = 222+186+243=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEBAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAF3 is #21450C. Grayscale: #CBCBCB. Windows color (decimal): -2180365 or 15973086. OLE color: 15973086.

HSL color Cylindrical-coordinate representation of color #DEBAF3: hue angle of 277.89º degrees, saturation: 0.7, 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 #DEBAF3 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222186243-
CMYK0.090.2300.05
HSL277.89º70.37%84.12%-
HSV(B)277.89º23.46%95.29%-
XYZ63.8657.1292.45-
YUV203.26150.43141.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.10%
GREEN value IS 186 (73.05% from 255) = 28.57%
BLUE value IS 243 (95.31% from 255) = 37.33%
R=34.10%
G=28.57%
B=37.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221862430.090.2300.05277.8970.3784.12
HexDEBAF3917051164654
Octal336272363112705426106124
Binary110111101011101011110011100110111010110001011010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAF3; }

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

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

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

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

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

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

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

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