#DEBBFF

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

Shades of Mauve #DEBBFF

Tints of Mauve #DEBBFF

Color information

#DEBBFF (or 0xDEBBFF) is unknown color: approx Mauve. HEX triplet: DE, BB and FF. RGB value is (222,187,255). Sum of RGB (Red+Green+Blue) = 222+187+255=664 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.43% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEBBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBFF is #214400. Grayscale: #CCCCCC. Windows color (decimal): -2180097 or 16759774. OLE color: 16759774.

HSL color Cylindrical-coordinate representation of color #DEBBFF: hue angle of 270.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEBBFF is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222187255-
CMYK0.130.2700
HSL270.88º100%86.67%-
HSV(B)270.88º26.67%100%-
XYZ65.9458.29102.38-
YUV205.22156.1139.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.43%
GREEN value IS 187 (73.44% from 255) = 28.16%
BLUE value IS 255 (100% from 255) = 38.40%
R=33.43%
G=28.16%
B=38.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221872550.130.2700270.8810086.67
HexDEBBFFD1B0010f6457
Octal336273377153300417144127
Binary1101111010111011111111111101110110010000111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBFF; }

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

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

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

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

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

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

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

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