#DEBBFB

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

Shades of Mauve #DEBBFB

Tints of Mauve #DEBBFB

Color information

#DEBBFB (or 0xDEBBFB) is unknown color: approx Mauve. HEX triplet: DE, BB and FB. RGB value is (222,187,251). Sum of RGB (Red+Green+Blue) = 222+187+251=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEBBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBFB is #214404. Grayscale: #CCCCCC. Windows color (decimal): -2180101 or 16497630. OLE color: 16497630.

HSL color Cylindrical-coordinate representation of color #DEBBFB: hue angle of 272.81º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEBBFB is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222187251-
CMYK0.120.2500.02
HSL272.81º88.89%85.88%-
HSV(B)272.81º25.5%98.43%-
XYZ65.3158.0499.03-
YUV204.76154.1140.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.64%
GREEN value IS 187 (73.44% from 255) = 28.33%
BLUE value IS 251 (98.44% from 255) = 38.03%
R=33.64%
G=28.33%
B=38.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221872510.120.2500.02272.8188.8985.88
HexDEBBFBC19021115956
Octal336273373143102421131126
Binary11011110101110111111101111001100101010001000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBFB; }

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

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

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

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

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

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

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

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