#DEBBF5

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

Shades of Mauve #DEBBF5

Tints of Mauve #DEBBF5

Color information

#DEBBF5 (or 0xDEBBF5) is unknown color: approx Mauve. HEX triplet: DE, BB and F5. RGB value is (222,187,245). Sum of RGB (Red+Green+Blue) = 222+187+245=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEBBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBF5 is #21440A. Grayscale: #CBCBCB. Windows color (decimal): -2180107 or 16104414. OLE color: 16104414.

HSL color Cylindrical-coordinate representation of color #DEBBF5: hue angle of 276.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEBBF5 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222187245-
CMYK0.090.2400.04
HSL276.21º74.36%84.71%-
HSV(B)276.21º23.67%96.08%-
XYZ64.3857.6694.12-
YUV204.08151.1140.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.94%
GREEN value IS 187 (73.44% from 255) = 28.59%
BLUE value IS 245 (96.09% from 255) = 37.46%
R=33.94%
G=28.59%
B=37.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221872450.090.2400.04276.2174.3684.71
HexDEBBF5918041144a55
Octal336273365113004424112125
Binary110111101011101111110101100111000010010001010010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBF5; }

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

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

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

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

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

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

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

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