#DEBFF4

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

Shades of Mauve #DEBFF4

Tints of Mauve #DEBFF4

Color information

#DEBFF4 (or 0xDEBFF4) is unknown color: approx Mauve. HEX triplet: DE, BF and F4. RGB value is (222,191,244). Sum of RGB (Red+Green+Blue) = 222+191+244=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 244 (95.70% from 255 or 37.14% from 657); Max value from RGB is 244 - color contains mainly: blue. Hex color #DEBFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFF4 is #21400B. Grayscale: #CECECE. Windows color (decimal): -2179084 or 16039902. OLE color: 16039902.

HSL color Cylindrical-coordinate representation of color #DEBFF4: hue angle of 275.09º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEBFF4 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222191244-
CMYK0.090.2200.04
HSL275.09º70.67%85.29%-
HSV(B)275.09º21.72%95.69%-
XYZ65.0859.3293.61-
YUV206.31149.27139.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.79%
GREEN value IS 191 (75% from 255) = 29.07%
BLUE value IS 244 (95.70% from 255) = 37.14%
R=33.79%
G=29.07%
B=37.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221912440.090.2200.04275.0970.6785.29
HexDEBFF4916041134755
Octal336277364112604423107125
Binary110111101011111111110100100110110010010001001110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFF4; }

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

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

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

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

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

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

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

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