#DEBAF5

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

Shades of Mauve #DEBAF5

Tints of Mauve #DEBAF5

Color information

#DEBAF5 (or 0xDEBAF5) is unknown color: approx Mauve. HEX triplet: DE, BA and F5. RGB value is (222,186,245). Sum of RGB (Red+Green+Blue) = 222+186+245=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEBAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAF5 is #21450A. Grayscale: #CBCBCB. Windows color (decimal): -2180363 or 16104158. OLE color: 16104158.

HSL color Cylindrical-coordinate representation of color #DEBAF5: hue angle of 276.61º degrees, saturation: 0.75, 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 #DEBAF5 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222186245-
CMYK0.090.2400.04
HSL276.61º74.68%84.51%-
HSV(B)276.61º24.08%96.08%-
XYZ64.1657.2494.05-
YUV203.49151.43141.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 186 (73.05% from 255) = 28.48%
BLUE value IS 245 (96.09% from 255) = 37.52%
R=34.00%
G=28.48%
B=37.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221862450.090.2400.04276.6174.6884.51
HexDEBAF5918041154b55
Octal336272365113004425113125
Binary110111101011101011110101100111000010010001010110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAF5; }

 p { color: rgb(222,186,245); }

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

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

 a { background-color: rgb(222,186,245); }

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

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

 span { border-color: rgb(222,186,245); }

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