#DEBEEF

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

Shades of Mauve #DEBEEF

Tints of Mauve #DEBEEF

Color information

#DEBEEF (or 0xDEBEEF) is unknown color: approx Mauve. HEX triplet: DE, BE and EF. RGB value is (222,190,239). Sum of RGB (Red+Green+Blue) = 222+190+239=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEBEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEEF is #214110. Grayscale: #CCCCCC. Windows color (decimal): -2179345 or 15711966. OLE color: 15711966.

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

Color convert

RGB222190239-
CMYK0.070.2100.06
HSL279.18º60.49%84.12%-
HSV(B)279.18º20.5%93.73%-
XYZ64.1258.5989.59-
YUV205.15147.1140.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.10%
GREEN value IS 190 (74.61% from 255) = 29.19%
BLUE value IS 239 (93.75% from 255) = 36.71%
R=34.10%
G=29.19%
B=36.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2221902390.070.2100.06279.1860.4984.12
HexDEBEEF715061173c54
Octal3362763577250642774124
Binary1101111010111110111011111111010101101000101111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEEF; }

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

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

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

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

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

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

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

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