#DDBEFB

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

Shades of Mauve #DDBEFB

Tints of Mauve #DDBEFB

Color information

#DDBEFB (or 0xDDBEFB) is unknown color: approx Mauve. HEX triplet: DD, BE and FB. RGB value is (221,190,251). Sum of RGB (Red+Green+Blue) = 221+190+251=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 190 (74.61% from 255 or 28.70% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDBEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEFB is #224104. Grayscale: #CECECE. Windows color (decimal): -2244869 or 16498397. OLE color: 16498397.

HSL color Cylindrical-coordinate representation of color #DDBEFB: hue angle of 270.49º degrees, saturation: 0.88, 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 #DDBEFB is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221190251-
CMYK0.120.2400.02
HSL270.49º88.41%86.47%-
HSV(B)270.49º24.3%98.43%-
XYZ65.6459.1699.23-
YUV206.22153.27138.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.38%
GREEN value IS 190 (74.61% from 255) = 28.70%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=33.38%
G=28.70%
B=37.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211902510.120.2400.02270.4988.4186.47
HexDDBEFBC180210e5856
Octal335276373143002416130126
Binary11011101101111101111101111001100001010000111010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEFB; }

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

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

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

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

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

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

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

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