#DEBEF6

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

Shades of Mauve #DEBEF6

Tints of Mauve #DEBEF6

Color information

#DEBEF6 (or 0xDEBEF6) is unknown color: approx Mauve. HEX triplet: DE, BE and F6. RGB value is (222,190,246). Sum of RGB (Red+Green+Blue) = 222+190+246=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 246 (96.48% from 255 or 37.39% from 658); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEBEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEF6 is #214109. Grayscale: #CDCDCD. Windows color (decimal): -2179338 or 16170718. OLE color: 16170718.

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

Color convert

RGB222190246-
CMYK0.100.2300.04
HSL274.29º75.68%85.49%-
HSV(B)274.29º22.76%96.47%-
XYZ65.1759.0195.14-
YUV205.95150.6139.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.74%
GREEN value IS 190 (74.61% from 255) = 28.88%
BLUE value IS 246 (96.48% from 255) = 37.39%
R=33.74%
G=28.88%
B=37.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221902460.100.2300.04274.2975.6885.49
HexDEBEF6A17041124c55
Octal336276366122704422114125
Binary110111101011111011110110101010111010010001001010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEF6; }

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

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

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

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

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

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

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

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