#DEB2FB

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

Shades of Mauve #DEB2FB

Tints of Mauve #DEB2FB

Color information

#DEB2FB (or 0xDEB2FB) is unknown color: approx Mauve. HEX triplet: DE, B2 and FB. RGB value is (222,178,251). Sum of RGB (Red+Green+Blue) = 222+178+251=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 178 (69.92% from 255 or 27.34% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEB2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB2FB is #214D04. Grayscale: #C7C7C7. Windows color (decimal): -2182405 or 16495326. OLE color: 16495326.

HSL color Cylindrical-coordinate representation of color #DEB2FB: hue angle of 276.16º degrees, saturation: 0.9, 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 #DEB2FB is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222178251-
CMYK0.120.2900.02
HSL276.16º90.12%84.12%-
HSV(B)276.16º29.08%98.43%-
XYZ63.4654.3498.41-
YUV199.48157.08144.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.10%
GREEN value IS 178 (69.92% from 255) = 27.34%
BLUE value IS 251 (98.44% from 255) = 38.56%
R=34.10%
G=27.34%
B=38.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221782510.120.2900.02276.1690.1284.12
HexDEB2FBC1D021145a54
Octal336262373143502424132124
Binary11011110101100101111101111001110101010001010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB2FB; }

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

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

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

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

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

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

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

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