#DDBEF9

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

Shades of Mauve #DDBEF9

Tints of Mauve #DDBEF9

Color information

#DDBEF9 (or 0xDDBEF9) is unknown color: approx Mauve. HEX triplet: DD, BE and F9. RGB value is (221,190,249). Sum of RGB (Red+Green+Blue) = 221+190+249=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 190 (74.61% from 255 or 28.79% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDBEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEF9 is #224106. Grayscale: #CDCDCD. Windows color (decimal): -2244871 or 16367325. OLE color: 16367325.

HSL color Cylindrical-coordinate representation of color #DDBEF9: hue angle of 271.53º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDBEF9 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221190249-
CMYK0.110.2400.02
HSL271.53º83.1%86.08%-
HSV(B)271.53º23.69%97.65%-
XYZ65.3359.0497.57-
YUV205.99152.27138.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.48%
GREEN value IS 190 (74.61% from 255) = 28.79%
BLUE value IS 249 (97.66% from 255) = 37.73%
R=33.48%
G=28.79%
B=37.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211902490.110.2400.02271.5383.186.08
HexDDBEF9B18021105356
Octal335276371133002420123126
Binary11011101101111101111100110111100001010001000010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEF9; }

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

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

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

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

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

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

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

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