Shades of French Lilac #DDB4D4
Tints of French Lilac #DDB4D4
RGB
CMYK
RGB Variations
Color information
#DDB4D4 (or 0xDDB4D4) is known color: French Lilac. HEX triplet: DD, B4 and D4. RGB value is (221,180,212). Sum of RGB (Red+Green+Blue) = 221+180+212=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4D4 is #224B2B. Grayscale: #C3C3C3. Windows color (decimal): -2247468 or 13939933. OLE color: 13939933.
HSL color Cylindrical-coordinate representation of color #DDB4D4: hue angle of 313.17º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB4D4 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 180 | 212 | - |
CMYK | 0 | 0.19 | 0.04 | 0.13 |
HSL | 313.17º | 0.38% | 0.79% | - |
HSV(B) | 313.17º | 0.19% | 0.87% | - |
XYZ | 58.02 | 52.77 | 69.41 | - |
YUV | 195.91 | 137.08 | 145.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 180 | 212 | 0 | 0.19 | 0.04 | 0.13 | 313.17 | 0.38 | 0.79 |
Hex | DD | B4 | D4 | 0 | 13 | 4 | D | 139 | 26 | 4F |
Octal | 335 | 264 | 324 | 0 | 23 | 4 | 15 | 471 | 46 | 117 |
Binary | 11011101 | 10110100 | 11010100 | 0 | 10011 | 100 | 1101 | 100111001 | 100110 | 1001111 |
Color Harmonies of #DDB4D4
Complementary color
Monochromatic Colors of #DDB4D4
Black with #DDB4D4
Text Example
Text Example
White with #DDB4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4D4; }
p { color: rgb(221,180,212); }
H1.HeaderClassName
{
color: #DDB4D4;
}
.AnyTagClassName
{
color: #DDB4D4;
}
</style>
background-color css
<style>
a { background-color: #DDB4D4; }
a { background-color: rgb(221,180,212); }
div.DivClassName
{
background-color: #DDB4D4;
}
.BgClassName
{
background-color: #DDB4D4;
}
</style>
border-color css
<style>
span { border-color: #DDB4D4; }
span { border-color: rgb(221,180,212); }
td.TdClassName
{
border-color: #DDB4D4;
}
.TagClassName
{
border-color: #DDB4D4;
}
</style>