Shades of Mauve #DDB1F3
Tints of Mauve #DDB1F3
RGB
CMYK
RGB Variations
Color information
#DDB1F3 (or 0xDDB1F3) is known color: Mauve. HEX triplet: DD, B1 and F3. RGB value is (221,177,243). Sum of RGB (Red+Green+Blue) = 221+177+243=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 177 (69.53% from 255 or 27.61% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDB1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB1F3 is #224E0C. Grayscale: #C5C5C5. Windows color (decimal): -2248205 or 15970781. OLE color: 15970781.
HSL color Cylindrical-coordinate representation of color #DDB1F3: hue angle of 280º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDB1F3 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 177 | 243 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.05 |
| HSL | 280º | 0.73% | 0.82% | - |
| HSV(B) | 280º | 0.27% | 0.95% | - |
| XYZ | 61.72 | 53.29 | 91.83 | - |
| YUV | 197.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 243 | 0.09 | 0.27 | 0 | 0.05 | 280 | 0.73 | 0.82 |
| Hex | DD | B1 | F3 | 9 | 1B | 0 | 5 | 118 | 49 | 52 |
| Octal | 335 | 261 | 363 | 11 | 33 | 0 | 5 | 430 | 111 | 122 |
| Binary | 11011101 | 10110001 | 11110011 | 1001 | 11011 | 0 | 101 | 100011000 | 1001001 | 1010010 |
Color Harmonies of #DDB1F3
Complementary color
Monochromatic Colors of #DDB1F3
Black with #DDB1F3
Text Example
Text Example
White with #DDB1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB1F3; }
p { color: rgb(221,177,243); }
H1.HeaderClassName
{
color: #DDB1F3;
}
.AnyTagClassName
{
color: #DDB1F3;
}
</style>
background-color css
<style>
a { background-color: #DDB1F3; }
a { background-color: rgb(221,177,243); }
div.DivClassName
{
background-color: #DDB1F3;
}
.BgClassName
{
background-color: #DDB1F3;
}
</style>
border-color css
<style>
span { border-color: #DDB1F3; }
span { border-color: rgb(221,177,243); }
td.TdClassName
{
border-color: #DDB1F3;
}
.TagClassName
{
border-color: #DDB1F3;
}
</style>