#DDB1FE

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

Shades of Mauve #DDB1FE

Tints of Mauve #DDB1FE

Color information

#DDB1FE (or 0xDDB1FE) is unknown color: approx Mauve. HEX triplet: DD, B1 and FE. RGB value is (221,177,254). Sum of RGB (Red+Green+Blue) = 221+177+254=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 177 (69.53% from 255 or 27.15% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDB1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB1FE is #224E01. Grayscale: #C6C6C6. Windows color (decimal): -2248194 or 16691677. OLE color: 16691677.

HSL color Cylindrical-coordinate representation of color #DDB1FE: hue angle of 274.29º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB1FE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB221177254-
CMYK0.130.3000.00
HSL274.29º97.47%84.51%-
HSV(B)274.29º30.31%99.61%-
XYZ63.4353.97100.84-
YUV198.93159.08143.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 177 (69.53% from 255) = 27.15%
BLUE value IS 254 (99.61% from 255) = 38.96%
R=33.90%
G=27.15%
B=38.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2211772540.130.3000.00274.2997.4784.51
HexDDB1FED1E001126155
Octal335261376153600422141125
Binary1101110110110001111111101101111100010001001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB1FE; }

 p { color: rgb(221,177,254); }

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

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

 a { background-color: rgb(221,177,254); }

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

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

 span { border-color: rgb(221,177,254); }

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