#DEBDFF

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

Shades of Mauve #DEBDFF

Tints of Mauve #DEBDFF

Color information

#DEBDFF (or 0xDEBDFF) is unknown color: approx Mauve. HEX triplet: DE, BD and FF. RGB value is (222,189,255). Sum of RGB (Red+Green+Blue) = 222+189+255=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEBDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDFF is #214200. Grayscale: #CECECE. Windows color (decimal): -2179585 or 16760286. OLE color: 16760286.

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

Color convert

RGB222189255-
CMYK0.130.2600
HSL270º100%87.06%-
HSV(B)270º25.88%100%-
XYZ66.3759.14102.53-
YUV206.39155.43139.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.33%
GREEN value IS 189 (74.22% from 255) = 28.38%
BLUE value IS 255 (100% from 255) = 38.29%
R=33.33%
G=28.38%
B=38.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221892550.130.260027010087.06
HexDEBDFFD1A0010e6457
Octal336275377153200416144127
Binary1101111010111101111111111101110100010000111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDFF; }

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

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

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

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

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

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

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

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