#DEBDEE

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

Shades of Mauve #DEBDEE

Tints of Mauve #DEBDEE

Color information

#DEBDEE (or 0xDEBDEE) is unknown color: approx Mauve. HEX triplet: DE, BD and EE. RGB value is (222,189,238). Sum of RGB (Red+Green+Blue) = 222+189+238=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEBDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDEE is #214211. Grayscale: #CCCCCC. Windows color (decimal): -2179602 or 15646174. OLE color: 15646174.

HSL color Cylindrical-coordinate representation of color #DEBDEE: hue angle of 280.41º degrees, saturation: 0.59, 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 #DEBDEE is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222189238-
CMYK0.070.2100.07
HSL280.41º59.04%83.73%-
HSV(B)280.41º20.59%93.33%-
XYZ63.7558.188.74-
YUV204.45146.93140.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.21%
GREEN value IS 189 (74.22% from 255) = 29.12%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=34.21%
G=29.12%
B=36.67%

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
Decimal2221892380.070.2100.07280.4159.0483.73
HexDEBDEE715071183b54
Octal3362753567250743073124
Binary1101111010111101111011101111010101111000110001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDEE; }

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

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

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

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

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

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

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

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