#DEBCEE

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

Shades of Mauve #DEBCEE

Tints of Mauve #DEBCEE

Color information

#DEBCEE (or 0xDEBCEE) is unknown color: approx Mauve. HEX triplet: DE, BC and EE. RGB value is (222,188,238). Sum of RGB (Red+Green+Blue) = 222+188+238=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEBCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCEE is #214311. Grayscale: #CBCBCB. Windows color (decimal): -2179858 or 15645918. OLE color: 15645918.

HSL color Cylindrical-coordinate representation of color #DEBCEE: hue angle of 280.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBCEE is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222188238-
CMYK0.070.2100.07
HSL280.8º59.52%83.53%-
HSV(B)280.8º21.01%93.33%-
XYZ63.5457.6788.67-
YUV203.87147.26140.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.26%
GREEN value IS 188 (73.83% from 255) = 29.01%
BLUE value IS 238 (93.36% from 255) = 36.73%
R=34.26%
G=29.01%
B=36.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221882380.070.2100.07280.859.5283.53
HexDEBCEE715071193c54
Octal3362743567250743174124
Binary1101111010111100111011101111010101111000110011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCEE; }

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

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

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

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

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

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

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

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