#DEBEED

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

Shades of Mauve #DEBEED

Tints of Mauve #DEBEED

Color information

#DEBEED (or 0xDEBEED) is unknown color: approx Mauve. HEX triplet: DE, BE and ED. RGB value is (222,190,237). Sum of RGB (Red+Green+Blue) = 222+190+237=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEBEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEED is #214112. Grayscale: #CCCCCC. Windows color (decimal): -2179347 or 15580894. OLE color: 15580894.

HSL color Cylindrical-coordinate representation of color #DEBEED: hue angle of 280.85º degrees, saturation: 0.57, 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 #DEBEED is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222190237-
CMYK0.060.2000.07
HSL280.85º56.63%83.73%-
HSV(B)280.85º19.83%92.94%-
XYZ63.8258.4788.04-
YUV204.93146.1140.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.21%
GREEN value IS 190 (74.61% from 255) = 29.28%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=34.21%
G=29.28%
B=36.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221902370.060.2000.07280.8556.6383.73
HexDEBEED614071193954
Octal3362763556240743171124
Binary1101111010111110111011011101010001111000110011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEED; }

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

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

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

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

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

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

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

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