#DEBBFC

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

Shades of Mauve #DEBBFC

Tints of Mauve #DEBBFC

Color information

#DEBBFC (or 0xDEBBFC) is unknown color: approx Mauve. HEX triplet: DE, BB and FC. RGB value is (222,187,252). Sum of RGB (Red+Green+Blue) = 222+187+252=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEBBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBFC is #214403. Grayscale: #CCCCCC. Windows color (decimal): -2180100 or 16563166. OLE color: 16563166.

HSL color Cylindrical-coordinate representation of color #DEBBFC: hue angle of 272.31º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEBBFC is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222187252-
CMYK0.120.2600.01
HSL272.31º91.55%86.08%-
HSV(B)272.31º25.79%98.82%-
XYZ65.4758.199.86-
YUV204.88154.6140.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.59%
GREEN value IS 187 (73.44% from 255) = 28.29%
BLUE value IS 252 (98.83% from 255) = 38.12%
R=33.59%
G=28.29%
B=38.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221872520.120.2600.01272.3191.5586.08
HexDEBBFCC1A011105c56
Octal336273374143201420134126
Binary1101111010111011111111001100110100110001000010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBFC; }

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

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

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

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

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

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

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

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