#DEBFFF

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

Shades of Mauve #DEBFFF

Tints of Mauve #DEBFFF

Color information

#DEBFFF (or 0xDEBFFF) is unknown color: approx Mauve. HEX triplet: DE, BF and FF. RGB value is (222,191,255). Sum of RGB (Red+Green+Blue) = 222+191+255=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEBFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFFF is #214000. Grayscale: #CFCFCF. Windows color (decimal): -2179073 or 16760798. OLE color: 16760798.

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

Color convert

RGB222191255-
CMYK0.130.2500
HSL269.06º100%87.45%-
HSV(B)269.06º25.1%100%-
XYZ66.8160.01102.67-
YUV207.56154.77138.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.23%
GREEN value IS 191 (75% from 255) = 28.59%
BLUE value IS 255 (100% from 255) = 38.17%
R=33.23%
G=28.59%
B=38.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221912550.130.2500269.0610087.45
HexDEBFFFD190010d6457
Octal336277377153100415144127
Binary1101111010111111111111111101110010010000110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFFF; }

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

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

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

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

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

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

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

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