#DEBBEF

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

Shades of Mauve #DEBBEF

Tints of Mauve #DEBBEF

Color information

#DEBBEF (or 0xDEBBEF) is unknown color: approx Mauve. HEX triplet: DE, BB and EF. RGB value is (222,187,239). Sum of RGB (Red+Green+Blue) = 222+187+239=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEBBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBEF is #214410. Grayscale: #CBCBCB. Windows color (decimal): -2180113 or 15711198. OLE color: 15711198.

HSL color Cylindrical-coordinate representation of color #DEBBEF: hue angle of 280.38º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEBBEF is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB222187239-
CMYK0.070.2200.06
HSL280.38º61.9%83.53%-
HSV(B)280.38º21.76%93.73%-
XYZ63.4757.389.38-
YUV203.39148.1141.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.26%
GREEN value IS 187 (73.44% from 255) = 28.86%
BLUE value IS 239 (93.75% from 255) = 36.88%
R=34.26%
G=28.86%
B=36.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2221872390.070.2200.06280.3861.983.53
HexDEBBEF716061183e54
Octal3362733577260643076124
Binary1101111010111011111011111111011001101000110001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBEF; }

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

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

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

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

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

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

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

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