Shades of French Lilac #DDB1D6
Tints of French Lilac #DDB1D6
RGB
CMYK
RGB Variations
Color information
#DDB1D6 (or 0xDDB1D6) is known color: French Lilac. HEX triplet: DD, B1 and D6. RGB value is (221,177,214). Sum of RGB (Red+Green+Blue) = 221+177+214=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1D6 is #224E29. Grayscale: #C2C2C2. Windows color (decimal): -2248234 or 14070237. OLE color: 14070237.
HSL color Cylindrical-coordinate representation of color #DDB1D6: hue angle of 309.55º degrees, saturation: 0.39, 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 #DDB1D6 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 177 | 214 | - |
CMYK | 0 | 0.20 | 0.03 | 0.13 |
HSL | 309.55º | 0.39% | 0.78% | - |
HSV(B) | 309.55º | 0.2% | 0.87% | - |
XYZ | 57.68 | 51.67 | 70.55 | - |
YUV | 194.37 | 139.08 | 146.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 177 | 214 | 0 | 0.20 | 0.03 | 0.13 | 309.55 | 0.39 | 0.78 |
Hex | DD | B1 | D6 | 0 | 14 | 3 | D | 136 | 27 | 4E |
Octal | 335 | 261 | 326 | 0 | 24 | 3 | 15 | 466 | 47 | 116 |
Binary | 11011101 | 10110001 | 11010110 | 0 | 10100 | 11 | 1101 | 100110110 | 100111 | 1001110 |
Color Harmonies of #DDB1D6
Complementary color
Monochromatic Colors of #DDB1D6
Black with #DDB1D6
Text Example
Text Example
White with #DDB1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB1D6; }
p { color: rgb(221,177,214); }
H1.HeaderClassName
{
color: #DDB1D6;
}
.AnyTagClassName
{
color: #DDB1D6;
}
</style>
background-color css
<style>
a { background-color: #DDB1D6; }
a { background-color: rgb(221,177,214); }
div.DivClassName
{
background-color: #DDB1D6;
}
.BgClassName
{
background-color: #DDB1D6;
}
</style>
border-color css
<style>
span { border-color: #DDB1D6; }
span { border-color: rgb(221,177,214); }
td.TdClassName
{
border-color: #DDB1D6;
}
.TagClassName
{
border-color: #DDB1D6;
}
</style>