Shades of Mauve #DDB4FD
Tints of Mauve #DDB4FD
RGB
CMYK
RGB Variations
Color information
#DDB4FD (or 0xDDB4FD) is known color: Mauve. HEX triplet: DD, B4 and FD. RGB value is (221,180,253). Sum of RGB (Red+Green+Blue) = 221+180+253=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 180 (70.70% from 255 or 27.52% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDB4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB4FD is #224B02. Grayscale: #C8C8C8. Windows color (decimal): -2247427 or 16626909. OLE color: 16626909.
HSL color Cylindrical-coordinate representation of color #DDB4FD: hue angle of 273.7º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDB4FD is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 180 | 253 | - |
CMYK | 0.13 | 0.29 | 0 | 0.01 |
HSL | 273.7º | 0.95% | 0.85% | - |
HSV(B) | 273.7º | 0.29% | 0.99% | - |
XYZ | 63.87 | 55.11 | 100.2 | - |
YUV | 200.58 | 157.58 | 142.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 180 | 253 | 0.13 | 0.29 | 0 | 0.01 | 273.7 | 0.95 | 0.85 |
Hex | DD | B4 | FD | D | 1D | 0 | 1 | 112 | 5F | 55 |
Octal | 335 | 264 | 375 | 15 | 35 | 0 | 1 | 422 | 137 | 125 |
Binary | 11011101 | 10110100 | 11111101 | 1101 | 11101 | 0 | 1 | 100010010 | 1011111 | 1010101 |
Color Harmonies of #DDB4FD
Complementary color
Monochromatic Colors of #DDB4FD
Black with #DDB4FD
Text Example
Text Example
White with #DDB4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4FD; }
p { color: rgb(221,180,253); }
H1.HeaderClassName
{
color: #DDB4FD;
}
.AnyTagClassName
{
color: #DDB4FD;
}
</style>
background-color css
<style>
a { background-color: #DDB4FD; }
a { background-color: rgb(221,180,253); }
div.DivClassName
{
background-color: #DDB4FD;
}
.BgClassName
{
background-color: #DDB4FD;
}
</style>
border-color css
<style>
span { border-color: #DDB4FD; }
span { border-color: rgb(221,180,253); }
td.TdClassName
{
border-color: #DDB4FD;
}
.TagClassName
{
border-color: #DDB4FD;
}
</style>