#DEBBFD

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

Shades of Mauve #DEBBFD

Tints of Mauve #DEBBFD

Color information

#DEBBFD (or 0xDEBBFD) is unknown color: approx Mauve. HEX triplet: DE, BB and FD. RGB value is (222,187,253). Sum of RGB (Red+Green+Blue) = 222+187+253=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 187 (73.44% from 255 or 28.25% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEBBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBFD is #214402. Grayscale: #CCCCCC. Windows color (decimal): -2180099 or 16628702. OLE color: 16628702.

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

Color convert

RGB222187253-
CMYK0.120.2600.01
HSL271.82º94.29%86.27%-
HSV(B)271.82º26.09%99.22%-
XYZ65.6258.16100.7-
YUV204.99155.1140.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.53%
GREEN value IS 187 (73.44% from 255) = 28.25%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=33.53%
G=28.25%
B=38.22%

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
Decimal2221872530.120.2600.01271.8294.2986.27
HexDEBBFDC1A011105e56
Octal336273375143201420136126
Binary1101111010111011111111011100110100110001000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBFD; }

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

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

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

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

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

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

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

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