#DEB4FB

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

Shades of Mauve #DEB4FB

Tints of Mauve #DEB4FB

Color information

#DEB4FB (or 0xDEB4FB) is unknown color: approx Mauve. HEX triplet: DE, B4 and FB. RGB value is (222,180,251). Sum of RGB (Red+Green+Blue) = 222+180+251=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 180 (70.70% from 255 or 27.57% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEB4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB4FB is #214B04. Grayscale: #C8C8C8. Windows color (decimal): -2181893 or 16495838. OLE color: 16495838.

HSL color Cylindrical-coordinate representation of color #DEB4FB: hue angle of 275.49º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEB4FB is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222180251-
CMYK0.120.2800.02
HSL275.49º89.87%84.51%-
HSV(B)275.49º28.29%98.43%-
XYZ63.8655.1498.54-
YUV200.65156.41143.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 180 (70.70% from 255) = 27.57%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=34.00%
G=27.57%
B=38.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221802510.120.2800.02275.4989.8784.51
HexDEB4FBC1C021135a55
Octal336264373143402423132125
Binary11011110101101001111101111001110001010001001110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB4FB; }

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

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

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

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

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

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

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

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