#DEBCFF

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

Shades of Mauve #DEBCFF

Tints of Mauve #DEBCFF

Color information

#DEBCFF (or 0xDEBCFF) is unknown color: approx Mauve. HEX triplet: DE, BC and FF. RGB value is (222,188,255). Sum of RGB (Red+Green+Blue) = 222+188+255=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEBCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCFF is #214300. Grayscale: #CDCDCD. Windows color (decimal): -2179841 or 16760030. OLE color: 16760030.

HSL color Cylindrical-coordinate representation of color #DEBCFF: hue angle of 270.45º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEBCFF is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222188255-
CMYK0.130.2600
HSL270.45º100%86.86%-
HSV(B)270.45º26.27%100%-
XYZ66.1658.72102.45-
YUV205.8155.76139.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.38%
GREEN value IS 188 (73.83% from 255) = 28.27%
BLUE value IS 255 (100% from 255) = 38.35%
R=33.38%
G=28.27%
B=38.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221882550.130.2600270.4510086.86
HexDEBCFFD1A0010e6457
Octal336274377153200416144127
Binary1101111010111100111111111101110100010000111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCFF; }

 p { color: rgb(222,188,255); }

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

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

 a { background-color: rgb(222,188,255); }

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

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

 span { border-color: rgb(222,188,255); }

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