#DDB8EE

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

Shades of Mauve #DDB8EE

Tints of Mauve #DDB8EE

Color information

#DDB8EE (or 0xDDB8EE) is unknown color: approx Mauve. HEX triplet: DD, B8 and EE. RGB value is (221,184,238). Sum of RGB (Red+Green+Blue) = 221+184+238=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 184 (72.27% from 255 or 28.62% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8EE is #224711. Grayscale: #C9C9C9. Windows color (decimal): -2246418 or 15644893. OLE color: 15644893.

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

Color convert

RGB221184238-
CMYK0.070.2300.07
HSL281.11º61.36%82.75%-
HSV(B)281.11º22.69%93.33%-
XYZ62.3955.8388.38-
YUV201.22148.76142.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 184 (72.27% from 255) = 28.62%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=34.37%
G=28.62%
B=37.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211842380.070.2300.07281.1161.3682.75
HexDDB8EE717071193d53
Octal3352703567270743175123
Binary1101110110111000111011101111011101111000110011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB8EE; }

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

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

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

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

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

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

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

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