#DEB2FD

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

Shades of Mauve #DEB2FD

Tints of Mauve #DEB2FD

Color information

#DEB2FD (or 0xDEB2FD) is unknown color: approx Mauve. HEX triplet: DE, B2 and FD. RGB value is (222,178,253). Sum of RGB (Red+Green+Blue) = 222+178+253=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEB2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB2FD is #214D02. Grayscale: #C7C7C7. Windows color (decimal): -2182403 or 16626398. OLE color: 16626398.

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

Color convert

RGB222178253-
CMYK0.120.3000.01
HSL275.2º94.94%84.51%-
HSV(B)275.2º29.64%99.22%-
XYZ63.7754.46100.08-
YUV199.71158.08143.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 178 (69.92% from 255) = 27.26%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=34.00%
G=27.26%
B=38.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221782530.120.3000.01275.294.9484.51
HexDEB2FDC1E011135f55
Octal336262375143601423137125
Binary1101111010110010111111011100111100110001001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB2FD; }

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

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

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

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

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

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

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

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