Shades of French Lilac #DDBFDA
Tints of French Lilac #DDBFDA
RGB
CMYK
RGB Variations
Color information
#DDBFDA (or 0xDDBFDA) is known color: French Lilac. HEX triplet: DD, BF and DA. RGB value is (221,191,218). Sum of RGB (Red+Green+Blue) = 221+191+218=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFDA is #224025. Grayscale: #CACACA. Windows color (decimal): -2244646 or 14335965. OLE color: 14335965.
HSL color Cylindrical-coordinate representation of color #DDBFDA: hue angle of 306º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBFDA is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 191 | 218 | - |
CMYK | 0 | 0.14 | 0.01 | 0.13 |
HSL | 306º | 0.31% | 0.81% | - |
HSV(B) | 306º | 0.14% | 0.87% | - |
XYZ | 61.1 | 57.7 | 74.25 | - |
YUV | 203.05 | 136.44 | 140.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 191 | 218 | 0 | 0.14 | 0.01 | 0.13 | 306 | 0.31 | 0.81 |
Hex | DD | BF | DA | 0 | E | 1 | D | 132 | 1F | 51 |
Octal | 335 | 277 | 332 | 0 | 16 | 1 | 15 | 462 | 37 | 121 |
Binary | 11011101 | 10111111 | 11011010 | 0 | 1110 | 1 | 1101 | 100110010 | 11111 | 1010001 |
Color Harmonies of #DDBFDA
Complementary color
Monochromatic Colors of #DDBFDA
Black with #DDBFDA
Text Example
Text Example
White with #DDBFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFDA; }
p { color: rgb(221,191,218); }
H1.HeaderClassName
{
color: #DDBFDA;
}
.AnyTagClassName
{
color: #DDBFDA;
}
</style>
background-color css
<style>
a { background-color: #DDBFDA; }
a { background-color: rgb(221,191,218); }
div.DivClassName
{
background-color: #DDBFDA;
}
.BgClassName
{
background-color: #DDBFDA;
}
</style>
border-color css
<style>
span { border-color: #DDBFDA; }
span { border-color: rgb(221,191,218); }
td.TdClassName
{
border-color: #DDBFDA;
}
.TagClassName
{
border-color: #DDBFDA;
}
</style>