#DDBEF8

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

Shades of Mauve #DDBEF8

Tints of Mauve #DDBEF8

Color information

#DDBEF8 (or 0xDDBEF8) is unknown color: approx Mauve. HEX triplet: DD, BE and F8. RGB value is (221,190,248). Sum of RGB (Red+Green+Blue) = 221+190+248=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 190 (74.61% from 255 or 28.83% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDBEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEF8 is #224107. Grayscale: #CDCDCD. Windows color (decimal): -2244872 or 16301789. OLE color: 16301789.

HSL color Cylindrical-coordinate representation of color #DDBEF8: hue angle of 272.07º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDBEF8 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221190248-
CMYK0.110.2300.03
HSL272.07º80.56%85.88%-
HSV(B)272.07º23.39%97.25%-
XYZ65.1858.9896.76-
YUV205.88151.77138.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.54%
GREEN value IS 190 (74.61% from 255) = 28.83%
BLUE value IS 248 (97.27% from 255) = 37.63%
R=33.54%
G=28.83%
B=37.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2211902480.110.2300.03272.0780.5685.88
HexDDBEF8B17031105156
Octal335276370132703420121126
Binary11011101101111101111100010111011101110001000010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEF8; }

 p { color: rgb(221,190,248); }

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

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

 a { background-color: rgb(221,190,248); }

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

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

 span { border-color: rgb(221,190,248); }

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