#DEBDF9

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

Shades of Mauve #DEBDF9

Tints of Mauve #DEBDF9

Color information

#DEBDF9 (or 0xDEBDF9) is unknown color: approx Mauve. HEX triplet: DE, BD and F9. RGB value is (222,189,249). Sum of RGB (Red+Green+Blue) = 222+189+249=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEBDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDF9 is #214206. Grayscale: #CDCDCD. Windows color (decimal): -2179591 or 16367070. OLE color: 16367070.

HSL color Cylindrical-coordinate representation of color #DEBDF9: hue angle of 273º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEBDF9 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222189249-
CMYK0.110.2400.02
HSL273º83.33%85.88%-
HSV(B)273º24.1%97.65%-
XYZ65.4258.7697.52-
YUV205.71152.43139.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.64%
GREEN value IS 189 (74.22% from 255) = 28.64%
BLUE value IS 249 (97.66% from 255) = 37.73%
R=33.64%
G=28.64%
B=37.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221892490.110.2400.0227383.3385.88
HexDEBDF9B18021115356
Octal336275371133002421123126
Binary11011110101111011111100110111100001010001000110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDF9; }

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

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

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

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

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

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

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

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