#DEB4FC

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

Shades of Mauve #DEB4FC

Tints of Mauve #DEB4FC

Color information

#DEB4FC (or 0xDEB4FC) is unknown color: approx Mauve. HEX triplet: DE, B4 and FC. RGB value is (222,180,252). Sum of RGB (Red+Green+Blue) = 222+180+252=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 180 (70.70% from 255 or 27.52% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEB4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB4FC is #214B03. Grayscale: #C8C8C8. Windows color (decimal): -2181892 or 16561374. OLE color: 16561374.

HSL color Cylindrical-coordinate representation of color #DEB4FC: hue angle of 275º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEB4FC is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222180252-
CMYK0.120.2900.01
HSL275º92.31%84.71%-
HSV(B)275º28.57%98.82%-
XYZ64.0255.299.38-
YUV200.77156.91143.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.94%
GREEN value IS 180 (70.70% from 255) = 27.52%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=33.94%
G=27.52%
B=38.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221802520.120.2900.0127592.3184.71
HexDEB4FCC1D011135c55
Octal336264374143501423134125
Binary1101111010110100111111001100111010110001001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB4FC; }

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

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

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

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

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

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

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

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