#DEB2FA

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

Shades of Mauve #DEB2FA

Tints of Mauve #DEB2FA

Color information

#DEB2FA (or 0xDEB2FA) is unknown color: approx Mauve. HEX triplet: DE, B2 and FA. RGB value is (222,178,250). Sum of RGB (Red+Green+Blue) = 222+178+250=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 178 (69.92% from 255 or 27.38% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEB2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB2FA is #214D05. Grayscale: #C7C7C7. Windows color (decimal): -2182406 or 16429790. OLE color: 16429790.

HSL color Cylindrical-coordinate representation of color #DEB2FA: hue angle of 276.67º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEB2FA is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222178250-
CMYK0.110.2900.02
HSL276.67º87.8%83.92%-
HSV(B)276.67º28.8%98.04%-
XYZ63.354.2797.58-
YUV199.36156.58144.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.15%
GREEN value IS 178 (69.92% from 255) = 27.38%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=34.15%
G=27.38%
B=38.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221782500.110.2900.02276.6787.883.92
HexDEB2FAB1D021155854
Octal336262372133502425130124
Binary11011110101100101111101010111110101010001010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB2FA; }

 p { color: rgb(222,178,250); }

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

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

 a { background-color: rgb(222,178,250); }

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

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

 span { border-color: rgb(222,178,250); }

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