Shades of French Lilac #DDB7D3
Tints of French Lilac #DDB7D3
RGB
CMYK
RGB Variations
Color information
#DDB7D3 (or 0xDDB7D3) is known color: French Lilac. HEX triplet: DD, B7 and D3. RGB value is (221,183,211). Sum of RGB (Red+Green+Blue) = 221+183+211=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7D3 is #22482C. Grayscale: #C5C5C5. Windows color (decimal): -2246701 or 13875165. OLE color: 13875165.
HSL color Cylindrical-coordinate representation of color #DDB7D3: hue angle of 315.79º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB7D3 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 183 | 211 | - |
CMYK | 0 | 0.17 | 0.05 | 0.13 |
HSL | 315.79º | 0.36% | 0.79% | - |
HSV(B) | 315.79º | 0.17% | 0.87% | - |
XYZ | 58.51 | 53.94 | 68.96 | - |
YUV | 197.55 | 135.59 | 144.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 183 | 211 | 0 | 0.17 | 0.05 | 0.13 | 315.79 | 0.36 | 0.79 |
Hex | DD | B7 | D3 | 0 | 11 | 5 | D | 13C | 24 | 4F |
Octal | 335 | 267 | 323 | 0 | 21 | 5 | 15 | 474 | 44 | 117 |
Binary | 11011101 | 10110111 | 11010011 | 0 | 10001 | 101 | 1101 | 100111100 | 100100 | 1001111 |
Color Harmonies of #DDB7D3
Complementary color
Monochromatic Colors of #DDB7D3
Black with #DDB7D3
Text Example
Text Example
White with #DDB7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7D3; }
p { color: rgb(221,183,211); }
H1.HeaderClassName
{
color: #DDB7D3;
}
.AnyTagClassName
{
color: #DDB7D3;
}
</style>
background-color css
<style>
a { background-color: #DDB7D3; }
a { background-color: rgb(221,183,211); }
div.DivClassName
{
background-color: #DDB7D3;
}
.BgClassName
{
background-color: #DDB7D3;
}
</style>
border-color css
<style>
span { border-color: #DDB7D3; }
span { border-color: rgb(221,183,211); }
td.TdClassName
{
border-color: #DDB7D3;
}
.TagClassName
{
border-color: #DDB7D3;
}
</style>