#DEBDFD

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

Shades of Mauve #DEBDFD

Tints of Mauve #DEBDFD

Color information

#DEBDFD (or 0xDEBDFD) is unknown color: approx Mauve. HEX triplet: DE, BD and FD. RGB value is (222,189,253). Sum of RGB (Red+Green+Blue) = 222+189+253=664 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.43% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEBDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDFD is #214202. Grayscale: #CDCDCD. Windows color (decimal): -2179587 or 16629214. OLE color: 16629214.

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

Color convert

RGB222189253-
CMYK0.120.2500.01
HSL270.94º94.12%86.67%-
HSV(B)270.94º25.3%99.22%-
XYZ66.0559.02100.84-
YUV206.16154.43139.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.43%
GREEN value IS 189 (74.22% from 255) = 28.46%
BLUE value IS 253 (99.22% from 255) = 38.10%
R=33.43%
G=28.46%
B=38.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221892530.120.2500.01270.9494.1286.67
HexDEBDFDC190110f5e57
Octal336275375143101417136127
Binary1101111010111101111111011100110010110000111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDFD; }

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

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

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

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

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

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

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

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