Shades of French Lilac #DFCCDB
Tints of French Lilac #DFCCDB
RGB
CMYK
RGB Variations
Color information
#DFCCDB (or 0xDFCCDB) is known color: French Lilac. HEX triplet: DF, CC and DB. RGB value is (223,204,219). Sum of RGB (Red+Green+Blue) = 223+204+219=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCDB is #203324. Grayscale: #D3D3D3. Windows color (decimal): -2110245 or 14404831. OLE color: 14404831.
HSL color Cylindrical-coordinate representation of color #DFCCDB: hue angle of 312.63º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCCDB is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 204 | 219 | - |
CMYK | 0 | 0.09 | 0.02 | 0.13 |
HSL | 312.63º | 0.23% | 0.84% | - |
HSV(B) | 312.63º | 0.09% | 0.87% | - |
XYZ | 64.81 | 63.99 | 75.95 | - |
YUV | 211.39 | 132.29 | 136.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 204 | 219 | 0 | 0.09 | 0.02 | 0.13 | 312.63 | 0.23 | 0.84 |
Hex | DF | CC | DB | 0 | 9 | 2 | D | 139 | 17 | 54 |
Octal | 337 | 314 | 333 | 0 | 11 | 2 | 15 | 471 | 27 | 124 |
Binary | 11011111 | 11001100 | 11011011 | 0 | 1001 | 10 | 1101 | 100111001 | 10111 | 1010100 |
Color Harmonies of #DFCCDB
Complementary color
Monochromatic Colors of #DFCCDB
Black with #DFCCDB
Text Example
Text Example
White with #DFCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCDB; }
p { color: rgb(223,204,219); }
H1.HeaderClassName
{
color: #DFCCDB;
}
.AnyTagClassName
{
color: #DFCCDB;
}
</style>
background-color css
<style>
a { background-color: #DFCCDB; }
a { background-color: rgb(223,204,219); }
div.DivClassName
{
background-color: #DFCCDB;
}
.BgClassName
{
background-color: #DFCCDB;
}
</style>
border-color css
<style>
span { border-color: #DFCCDB; }
span { border-color: rgb(223,204,219); }
td.TdClassName
{
border-color: #DFCCDB;
}
.TagClassName
{
border-color: #DFCCDB;
}
</style>