#DDB9F3

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

Shades of Mauve #DDB9F3

Tints of Mauve #DDB9F3

Color information

#DDB9F3 (or 0xDDB9F3) is unknown color: approx Mauve. HEX triplet: DD, B9 and F3. RGB value is (221,185,243). Sum of RGB (Red+Green+Blue) = 221+185+243=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 185 (72.66% from 255 or 28.51% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDB9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB9F3 is #22460C. Grayscale: #CACACA. Windows color (decimal): -2246157 or 15972829. OLE color: 15972829.

HSL color Cylindrical-coordinate representation of color #DDB9F3: hue angle of 277.24º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDB9F3 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221185243-
CMYK0.090.2400.05
HSL277.24º70.73%83.92%-
HSV(B)277.24º23.87%95.29%-
XYZ63.3556.5492.37-
YUV202.38150.93141.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 185 (72.66% from 255) = 28.51%
BLUE value IS 243 (95.31% from 255) = 37.44%
R=34.05%
G=28.51%
B=37.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211852430.090.2400.05277.2470.7383.92
HexDDB9F3918051154754
Octal335271363113005425107124
Binary110111011011100111110011100111000010110001010110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9F3; }

 p { color: rgb(221,185,243); }

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

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

 a { background-color: rgb(221,185,243); }

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

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

 span { border-color: rgb(221,185,243); }

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