Shades of French Lilac #DFC4DA
Tints of French Lilac #DFC4DA
RGB
CMYK
RGB Variations
Color information
#DFC4DA (or 0xDFC4DA) is known color: French Lilac. HEX triplet: DF, C4 and DA. RGB value is (223,196,218). Sum of RGB (Red+Green+Blue) = 223+196+218=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4DA is #203B25. Grayscale: #CECECE. Windows color (decimal): -2112294 or 14337247. OLE color: 14337247.
HSL color Cylindrical-coordinate representation of color #DFC4DA: hue angle of 311.11º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFC4DA is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 196 | 218 | - |
CMYK | 0 | 0.12 | 0.02 | 0.13 |
HSL | 311.11º | 0.3% | 0.82% | - |
HSV(B) | 311.11º | 0.12% | 0.87% | - |
XYZ | 62.83 | 60.23 | 74.64 | - |
YUV | 206.58 | 134.45 | 139.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 196 | 218 | 0 | 0.12 | 0.02 | 0.13 | 311.11 | 0.3 | 0.82 |
Hex | DF | C4 | DA | 0 | C | 2 | D | 137 | 1E | 52 |
Octal | 337 | 304 | 332 | 0 | 14 | 2 | 15 | 467 | 36 | 122 |
Binary | 11011111 | 11000100 | 11011010 | 0 | 1100 | 10 | 1101 | 100110111 | 11110 | 1010010 |
Color Harmonies of #DFC4DA
Complementary color
Monochromatic Colors of #DFC4DA
Black with #DFC4DA
Text Example
Text Example
White with #DFC4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4DA; }
p { color: rgb(223,196,218); }
H1.HeaderClassName
{
color: #DFC4DA;
}
.AnyTagClassName
{
color: #DFC4DA;
}
</style>
background-color css
<style>
a { background-color: #DFC4DA; }
a { background-color: rgb(223,196,218); }
div.DivClassName
{
background-color: #DFC4DA;
}
.BgClassName
{
background-color: #DFC4DA;
}
</style>
border-color css
<style>
span { border-color: #DFC4DA; }
span { border-color: rgb(223,196,218); }
td.TdClassName
{
border-color: #DFC4DA;
}
.TagClassName
{
border-color: #DFC4DA;
}
</style>