#DEBDF2

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

Shades of Mauve #DEBDF2

Tints of Mauve #DEBDF2

Color information

#DEBDF2 (or 0xDEBDF2) is unknown color: approx Mauve. HEX triplet: DE, BD and F2. RGB value is (222,189,242). Sum of RGB (Red+Green+Blue) = 222+189+242=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEBDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDF2 is #21420D. Grayscale: #CCCCCC. Windows color (decimal): -2179598 or 15908318. OLE color: 15908318.

HSL color Cylindrical-coordinate representation of color #DEBDF2: hue angle of 277.36º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEBDF2 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222189242-
CMYK0.080.2200.05
HSL277.36º67.09%84.51%-
HSV(B)277.36º21.9%94.9%-
XYZ64.3558.3491.87-
YUV204.91148.93140.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 189 (74.22% from 255) = 28.94%
BLUE value IS 242 (94.92% from 255) = 37.06%
R=34.00%
G=28.94%
B=37.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221892420.080.2200.05277.3667.0984.51
HexDEBDF2816051154355
Octal336275362102605425103125
Binary110111101011110111110010100010110010110001010110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDF2; }

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

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

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

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

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

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

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

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