#DDBBEE

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

Shades of Mauve #DDBBEE

Tints of Mauve #DDBBEE

Color information

#DDBBEE (or 0xDDBBEE) is unknown color: approx Mauve. HEX triplet: DD, BB and EE. RGB value is (221,187,238). Sum of RGB (Red+Green+Blue) = 221+187+238=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDBBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBEE is #224411. Grayscale: #CACACA. Windows color (decimal): -2245650 or 15645661. OLE color: 15645661.

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

Color convert

RGB221187238-
CMYK0.070.2100.07
HSL280º60%83.33%-
HSV(B)280º21.43%93.33%-
XYZ63.0257.0988.59-
YUV202.98147.76140.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.21%
GREEN value IS 187 (73.44% from 255) = 28.95%
BLUE value IS 238 (93.36% from 255) = 36.84%
R=34.21%
G=28.95%
B=36.84%

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
Decimal2211872380.070.2100.072806083.33
HexDDBBEE715071183c53
Octal3352733567250743074123
Binary1101110110111011111011101111010101111000110001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBEE; }

 p { color: rgb(221,187,238); }

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

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

 a { background-color: rgb(221,187,238); }

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

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

 span { border-color: rgb(221,187,238); }

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