#DEBEF2

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

Shades of Mauve #DEBEF2

Tints of Mauve #DEBEF2

Color information

#DEBEF2 (or 0xDEBEF2) is unknown color: approx Mauve. HEX triplet: DE, BE and F2. RGB value is (222,190,242). Sum of RGB (Red+Green+Blue) = 222+190+242=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEBEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEF2 is #21410D. Grayscale: #CDCDCD. Windows color (decimal): -2179342 or 15908574. OLE color: 15908574.

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

Color convert

RGB222190242-
CMYK0.080.2100.05
HSL276.92º66.67%84.71%-
HSV(B)276.92º21.49%94.9%-
XYZ64.5658.7791.94-
YUV205.5148.6139.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.94%
GREEN value IS 190 (74.61% from 255) = 29.05%
BLUE value IS 242 (94.92% from 255) = 37.00%
R=33.94%
G=29.05%
B=37.00%

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
Decimal2221902420.080.2100.05276.9266.6784.71
HexDEBEF2815051154355
Octal336276362102505425103125
Binary110111101011111011110010100010101010110001010110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEF2; }

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

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

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

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

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

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

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

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