#DEBFF3

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

Shades of Mauve #DEBFF3

Tints of Mauve #DEBFF3

Color information

#DEBFF3 (or 0xDEBFF3) is unknown color: approx Mauve. HEX triplet: DE, BF and F3. RGB value is (222,191,243). Sum of RGB (Red+Green+Blue) = 222+191+243=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEBFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFF3 is #21400C. Grayscale: #CECECE. Windows color (decimal): -2179085 or 15974366. OLE color: 15974366.

HSL color Cylindrical-coordinate representation of color #DEBFF3: hue angle of 275.77º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBFF3 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222191243-
CMYK0.090.2100.05
HSL275.77º68.42%85.1%-
HSV(B)275.77º21.4%95.29%-
XYZ64.9359.2692.81-
YUV206.2148.77139.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.84%
GREEN value IS 191 (75% from 255) = 29.12%
BLUE value IS 243 (95.31% from 255) = 37.04%
R=33.84%
G=29.12%
B=37.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221912430.090.2100.05275.7768.4285.1
HexDEBFF3915051144455
Octal336277363112505424104125
Binary110111101011111111110011100110101010110001010010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFF3; }

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

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

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

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

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

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

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

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