Shades of French Lilac #DCCFD9
Tints of French Lilac #DCCFD9
RGB
CMYK
RGB Variations
Color information
#DCCFD9 (or 0xDCCFD9) is known color: French Lilac. HEX triplet: DC, CF and D9. RGB value is (220,207,217). Sum of RGB (Red+Green+Blue) = 220+207+217=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFD9 is #233026. Grayscale: #D4D4D4. Windows color (decimal): -2306087 or 14274524. OLE color: 14274524.
HSL color Cylindrical-coordinate representation of color #DCCFD9: hue angle of 313.85º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCCFD9 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 207 | 217 | - |
CMYK | 0 | 0.06 | 0.01 | 0.14 |
HSL | 313.85º | 0.16% | 0.84% | - |
HSV(B) | 313.85º | 0.06% | 0.86% | - |
XYZ | 64.35 | 64.85 | 74.77 | - |
YUV | 212.03 | 130.81 | 133.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 207 | 217 | 0 | 0.06 | 0.01 | 0.14 | 313.85 | 0.16 | 0.84 |
Hex | DC | CF | D9 | 0 | 6 | 1 | E | 13A | 10 | 54 |
Octal | 334 | 317 | 331 | 0 | 6 | 1 | 16 | 472 | 20 | 124 |
Binary | 11011100 | 11001111 | 11011001 | 0 | 110 | 1 | 1110 | 100111010 | 10000 | 1010100 |
Color Harmonies of #DCCFD9
Complementary color
Monochromatic Colors of #DCCFD9
Black with #DCCFD9
Text Example
Text Example
White with #DCCFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFD9; }
p { color: rgb(220,207,217); }
H1.HeaderClassName
{
color: #DCCFD9;
}
.AnyTagClassName
{
color: #DCCFD9;
}
</style>
background-color css
<style>
a { background-color: #DCCFD9; }
a { background-color: rgb(220,207,217); }
div.DivClassName
{
background-color: #DCCFD9;
}
.BgClassName
{
background-color: #DCCFD9;
}
</style>
border-color css
<style>
span { border-color: #DCCFD9; }
span { border-color: rgb(220,207,217); }
td.TdClassName
{
border-color: #DCCFD9;
}
.TagClassName
{
border-color: #DCCFD9;
}
</style>