Shades of French Lilac #DDB1DE
Tints of French Lilac #DDB1DE
RGB
CMYK
RGB Variations
Color information
#DDB1DE (or 0xDDB1DE) is known color: French Lilac. HEX triplet: DD, B1 and DE. RGB value is (221,177,222). Sum of RGB (Red+Green+Blue) = 221+177+222=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDB1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1DE is #224E21. Grayscale: #C3C3C3. Windows color (decimal): -2248226 or 14594525. OLE color: 14594525.
HSL color Cylindrical-coordinate representation of color #DDB1DE: hue angle of 298.67º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB1DE is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 222 | - |
| CMYK | 0.00 | 0.20 | 0 | 0.13 |
| HSL | 298.67º | 0.41% | 0.78% | - |
| HSV(B) | 298.67º | 0.2% | 0.87% | - |
| XYZ | 58.73 | 52.09 | 76.07 | - |
| YUV | 195.29 | 143.08 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 222 | 0.00 | 0.20 | 0 | 0.13 | 298.67 | 0.41 | 0.78 |
| Hex | DD | B1 | DE | 0 | 14 | 0 | D | 12B | 29 | 4E |
| Octal | 335 | 261 | 336 | 0 | 24 | 0 | 15 | 453 | 51 | 116 |
| Binary | 11011101 | 10110001 | 11011110 | 0 | 10100 | 0 | 1101 | 100101011 | 101001 | 1001110 |
Color Harmonies of #DDB1DE
Complementary color
Monochromatic Colors of #DDB1DE
Black with #DDB1DE
Text Example
Text Example
White with #DDB1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB1DE; }
p { color: rgb(221,177,222); }
H1.HeaderClassName
{
color: #DDB1DE;
}
.AnyTagClassName
{
color: #DDB1DE;
}
</style>
background-color css
<style>
a { background-color: #DDB1DE; }
a { background-color: rgb(221,177,222); }
div.DivClassName
{
background-color: #DDB1DE;
}
.BgClassName
{
background-color: #DDB1DE;
}
</style>
border-color css
<style>
span { border-color: #DDB1DE; }
span { border-color: rgb(221,177,222); }
td.TdClassName
{
border-color: #DDB1DE;
}
.TagClassName
{
border-color: #DDB1DE;
}
</style>