#DEBFF1

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

Shades of Mauve #DEBFF1

Tints of Mauve #DEBFF1

Color information

#DEBFF1 (or 0xDEBFF1) is unknown color: approx Mauve. HEX triplet: DE, BF and F1. RGB value is (222,191,241). Sum of RGB (Red+Green+Blue) = 222+191+241=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEBFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFF1 is #21400E. Grayscale: #CDCDCD. Windows color (decimal): -2179087 or 15843294. OLE color: 15843294.

HSL color Cylindrical-coordinate representation of color #DEBFF1: hue angle of 277.2º degrees, saturation: 0.64, 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 #DEBFF1 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222191241-
CMYK0.080.2100.05
HSL277.2º64.1%84.71%-
HSV(B)277.2º20.75%94.51%-
XYZ64.6359.1491.23-
YUV205.97147.77139.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.94%
GREEN value IS 191 (75% from 255) = 29.20%
BLUE value IS 241 (94.53% from 255) = 36.85%
R=33.94%
G=29.20%
B=36.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221912410.080.2100.05277.264.184.71
HexDEBFF1815051154055
Octal336277361102505425100125
Binary110111101011111111110001100010101010110001010110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFF1; }

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

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

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

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

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

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

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

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