#DEBAFD

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

Shades of Mauve #DEBAFD

Tints of Mauve #DEBAFD

Color information

#DEBAFD (or 0xDEBAFD) is unknown color: approx Mauve. HEX triplet: DE, BA and FD. RGB value is (222,186,253). Sum of RGB (Red+Green+Blue) = 222+186+253=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEBAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAFD is #214502. Grayscale: #CCCCCC. Windows color (decimal): -2180355 or 16628446. OLE color: 16628446.

HSL color Cylindrical-coordinate representation of color #DEBAFD: hue angle of 272.24º degrees, saturation: 0.94, 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 #DEBAFD is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222186253-
CMYK0.120.2600.01
HSL272.24º94.37%86.08%-
HSV(B)272.24º26.48%99.22%-
XYZ65.4157.74100.63-
YUV204.4155.43140.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.59%
GREEN value IS 186 (73.05% from 255) = 28.14%
BLUE value IS 253 (99.22% from 255) = 38.28%
R=33.59%
G=28.14%
B=38.28%

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
Decimal2221862530.120.2600.01272.2494.3786.08
HexDEBAFDC1A011105e56
Octal336272375143201420136126
Binary1101111010111010111111011100110100110001000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAFD; }

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

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

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

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

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

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

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

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