#DEBDF1

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

Shades of Mauve #DEBDF1

Tints of Mauve #DEBDF1

Color information

#DEBDF1 (or 0xDEBDF1) is unknown color: approx Mauve. HEX triplet: DE, BD and F1. RGB value is (222,189,241). Sum of RGB (Red+Green+Blue) = 222+189+241=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEBDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDF1 is #21420E. Grayscale: #CCCCCC. Windows color (decimal): -2179599 or 15842782. OLE color: 15842782.

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

Color convert

RGB222189241-
CMYK0.080.2200.05
HSL278.08º65%84.31%-
HSV(B)278.08º21.58%94.51%-
XYZ64.258.2891.08-
YUV204.8148.43140.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 189 (74.22% from 255) = 28.99%
BLUE value IS 241 (94.53% from 255) = 36.96%
R=34.05%
G=28.99%
B=36.96%

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
Decimal2221892410.080.2200.05278.086584.31
HexDEBDF1816051164154
Octal336275361102605426101124
Binary110111101011110111110001100010110010110001011010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDF1; }

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

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

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

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

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

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

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

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