#DEB4FD

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

Shades of Mauve #DEB4FD

Tints of Mauve #DEB4FD

Color information

#DEB4FD (or 0xDEB4FD) is unknown color: approx Mauve. HEX triplet: DE, B4 and FD. RGB value is (222,180,253). Sum of RGB (Red+Green+Blue) = 222+180+253=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 180 (70.70% from 255 or 27.48% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEB4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB4FD is #214B02. Grayscale: #C8C8C8. Windows color (decimal): -2181891 or 16626910. OLE color: 16626910.

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

Color convert

RGB222180253-
CMYK0.120.2900.01
HSL274.52º94.81%84.9%-
HSV(B)274.52º28.85%99.22%-
XYZ64.1855.26100.21-
YUV200.88157.41143.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.89%
GREEN value IS 180 (70.70% from 255) = 27.48%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=33.89%
G=27.48%
B=38.63%

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
Decimal2221802530.120.2900.01274.5294.8184.9
HexDEB4FDC1D011135f55
Octal336264375143501423137125
Binary1101111010110100111111011100111010110001001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB4FD; }

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

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

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

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

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

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

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

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