#DEBEEE

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

Shades of Mauve #DEBEEE

Tints of Mauve #DEBEEE

Color information

#DEBEEE (or 0xDEBEEE) is unknown color: approx Mauve. HEX triplet: DE, BE and EE. RGB value is (222,190,238). Sum of RGB (Red+Green+Blue) = 222+190+238=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEBEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEEE is #214111. Grayscale: #CCCCCC. Windows color (decimal): -2179346 or 15646430. OLE color: 15646430.

HSL color Cylindrical-coordinate representation of color #DEBEEE: hue angle of 280º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEBEEE is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222190238-
CMYK0.070.2000.07
HSL280º58.54%83.92%-
HSV(B)280º20.17%93.33%-
XYZ63.9758.5388.81-
YUV205.04146.6140.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.15%
GREEN value IS 190 (74.61% from 255) = 29.23%
BLUE value IS 238 (93.36% from 255) = 36.62%
R=34.15%
G=29.23%
B=36.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221902380.070.2000.0728058.5483.92
HexDEBEEE714071183b54
Octal3362763567240743073124
Binary1101111010111110111011101111010001111000110001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEEE; }

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

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

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

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

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

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

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

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