#DEBFF2

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

Shades of Mauve #DEBFF2

Tints of Mauve #DEBFF2

Color information

#DEBFF2 (or 0xDEBFF2) is unknown color: approx Mauve. HEX triplet: DE, BF and F2. RGB value is (222,191,242). Sum of RGB (Red+Green+Blue) = 222+191+242=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEBFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFF2 is #21400D. Grayscale: #CDCDCD. Windows color (decimal): -2179086 or 15908830. OLE color: 15908830.

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

Color convert

RGB222191242-
CMYK0.080.2100.05
HSL276.47º66.23%84.9%-
HSV(B)276.47º21.07%94.9%-
XYZ64.7859.292.02-
YUV206.08148.27139.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.89%
GREEN value IS 191 (75% from 255) = 29.16%
BLUE value IS 242 (94.92% from 255) = 36.95%
R=33.89%
G=29.16%
B=36.95%

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
Decimal2221912420.080.2100.05276.4766.2384.9
HexDEBFF2815051144255
Octal336277362102505424102125
Binary110111101011111111110010100010101010110001010010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFF2; }

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

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

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

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

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

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

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

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