Shades of French Lilac #DCBED3
Tints of French Lilac #DCBED3
RGB
CMYK
RGB Variations
Color information
#DCBED3 (or 0xDCBED3) is known color: French Lilac. HEX triplet: DC, BE and D3. RGB value is (220,190,211). Sum of RGB (Red+Green+Blue) = 220+190+211=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBED3 is #23412C. Grayscale: #C9C9C9. Windows color (decimal): -2310445 or 13876956. OLE color: 13876956.
HSL color Cylindrical-coordinate representation of color #DCBED3: hue angle of 318º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBED3 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 211 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.14 |
| HSL | 318º | 0.3% | 0.8% | - |
| HSV(B) | 318º | 0.14% | 0.86% | - |
| XYZ | 59.69 | 56.75 | 69.44 | - |
| YUV | 201.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 211 | 0 | 0.14 | 0.04 | 0.14 | 318 | 0.3 | 0.8 |
| Hex | DC | BE | D3 | 0 | E | 4 | E | 13E | 1E | 50 |
| Octal | 334 | 276 | 323 | 0 | 16 | 4 | 16 | 476 | 36 | 120 |
| Binary | 11011100 | 10111110 | 11010011 | 0 | 1110 | 100 | 1110 | 100111110 | 11110 | 1010000 |
Color Harmonies of #DCBED3
Complementary color
Monochromatic Colors of #DCBED3
Black with #DCBED3
Text Example
Text Example
White with #DCBED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBED3; }
p { color: rgb(220,190,211); }
H1.HeaderClassName
{
color: #DCBED3;
}
.AnyTagClassName
{
color: #DCBED3;
}
</style>
background-color css
<style>
a { background-color: #DCBED3; }
a { background-color: rgb(220,190,211); }
div.DivClassName
{
background-color: #DCBED3;
}
.BgClassName
{
background-color: #DCBED3;
}
</style>
border-color css
<style>
span { border-color: #DCBED3; }
span { border-color: rgb(220,190,211); }
td.TdClassName
{
border-color: #DCBED3;
}
.TagClassName
{
border-color: #DCBED3;
}
</style>