#DEBBF2

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

Shades of Mauve #DEBBF2

Tints of Mauve #DEBBF2

Color information

#DEBBF2 (or 0xDEBBF2) is unknown color: approx Mauve. HEX triplet: DE, BB and F2. RGB value is (222,187,242). Sum of RGB (Red+Green+Blue) = 222+187+242=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEBBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBF2 is #21440D. Grayscale: #CBCBCB. Windows color (decimal): -2180110 or 15907806. OLE color: 15907806.

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

Color convert

RGB222187242-
CMYK0.080.2300.05
HSL278.18º67.9%84.12%-
HSV(B)278.18º22.73%94.9%-
XYZ63.9257.4891.73-
YUV203.74149.6141.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.10%
GREEN value IS 187 (73.44% from 255) = 28.73%
BLUE value IS 242 (94.92% from 255) = 37.17%
R=34.10%
G=28.73%
B=37.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221872420.080.2300.05278.1867.984.12
HexDEBBF2817051164454
Octal336273362102705426104124
Binary110111101011101111110010100010111010110001011010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBF2; }

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

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

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

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

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

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

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

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