#DEB6FD

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

Shades of Mauve #DEB6FD

Tints of Mauve #DEB6FD

Color information

#DEB6FD (or 0xDEB6FD) is unknown color: approx Mauve. HEX triplet: DE, B6 and FD. RGB value is (222,182,253). Sum of RGB (Red+Green+Blue) = 222+182+253=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 182 (71.48% from 255 or 27.70% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEB6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB6FD is #214902. Grayscale: #C9C9C9. Windows color (decimal): -2181379 or 16627422. OLE color: 16627422.

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

Color convert

RGB222182253-
CMYK0.120.2800.01
HSL273.8º94.67%85.29%-
HSV(B)273.8º28.06%99.22%-
XYZ64.5856.08100.35-
YUV202.05156.75142.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.79%
GREEN value IS 182 (71.48% from 255) = 27.70%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=33.79%
G=27.70%
B=38.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221822530.120.2800.01273.894.6785.29
HexDEB6FDC1C011125f55
Octal336266375143401422137125
Binary1101111010110110111111011100111000110001001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB6FD; }

 p { color: rgb(222,182,253); }

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

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

 a { background-color: rgb(222,182,253); }

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

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

 span { border-color: rgb(222,182,253); }

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