#ddb0f3

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

Shades of Mauve #DDB0F3

Tints of Mauve #DDB0F3

Color information

#DDB0F3 (or 0xDDB0F3) is unknown color: approx Mauve. HEX triplet: DD, B0 and F3. RGB value is (221,176,243). Sum of RGB (Red+Green+Blue) = 221+176+243=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 176 (69.14% from 255 or 27.5% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDB0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB0F3 is #224F0C. Grayscale: #C4C4C4. Windows color (decimal): -2248461 or 15970525. OLE color: 15970525.

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

Color convert

RGB221176243-
CMYK0.090.2800.05
HSL280.3º73.63%82.16%-
HSV(B)280.3º27.57%95.29%-
XYZ61.5252.8991.76-
YUV197.09153.91145.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 176 (69.14% from 255) = 27.5%
BLUE value IS 243 (95.31% from 255) = 37.97%
R=34.53%
G=27.5%
B=37.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211762430.090.2800.05280.373.6382.16
HexDDB0F391C051184a52
Octal335260363113405430112122
Binary110111011011000011110011100111100010110001100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddb0f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddb0f3; }

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

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

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

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

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

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

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

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