#DEBBF6

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

Shades of Mauve #DEBBF6

Tints of Mauve #DEBBF6

Color information

#DEBBF6 (or 0xDEBBF6) is unknown color: approx Mauve. HEX triplet: DE, BB and F6. RGB value is (222,187,246). Sum of RGB (Red+Green+Blue) = 222+187+246=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEBBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBF6 is #214409. Grayscale: #CBCBCB. Windows color (decimal): -2180106 or 16169950. OLE color: 16169950.

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

Color convert

RGB222187246-
CMYK0.100.2400.04
HSL275.59º76.62%84.9%-
HSV(B)275.59º23.98%96.47%-
XYZ64.5357.7294.93-
YUV204.19151.6140.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.89%
GREEN value IS 187 (73.44% from 255) = 28.55%
BLUE value IS 246 (96.48% from 255) = 37.56%
R=33.89%
G=28.55%
B=37.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221872460.100.2400.04275.5976.6284.9
HexDEBBF6A18041144d55
Octal336273366123004424115125
Binary110111101011101111110110101011000010010001010010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBF6; }

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

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

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

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

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

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

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

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