Shades of French Lilac #D0B8CC
Tints of French Lilac #D0B8CC
RGB
CMYK
RGB Variations
Color information
#D0B8CC (or 0xD0B8CC) is known color: French Lilac. HEX triplet: D0, B8 and CC. RGB value is (208,184,204). Sum of RGB (Red+Green+Blue) = 208+184+204=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B8CC is #2F4733. Grayscale: #C1C1C1. Windows color (decimal): -3098420 or 13416656. OLE color: 13416656.
HSL color Cylindrical-coordinate representation of color #D0B8CC: hue angle of 310º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0B8CC is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 204 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.18 |
| HSL | 310º | 0.2% | 0.77% | - |
| HSV(B) | 310º | 0.12% | 0.82% | - |
| XYZ | 54.05 | 52.05 | 64.32 | - |
| YUV | 193.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 204 | 0 | 0.12 | 0.02 | 0.18 | 310 | 0.2 | 0.77 |
| Hex | D0 | B8 | CC | 0 | C | 2 | 12 | 136 | 14 | 4D |
| Octal | 320 | 270 | 314 | 0 | 14 | 2 | 22 | 466 | 24 | 115 |
| Binary | 11010000 | 10111000 | 11001100 | 0 | 1100 | 10 | 10010 | 100110110 | 10100 | 1001101 |
Color Harmonies of #D0B8CC
Complementary color
Monochromatic Colors of #D0B8CC
Black with #D0B8CC
Text Example
Text Example
White with #D0B8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B8CC; }
p { color: rgb(208,184,204); }
H1.HeaderClassName
{
color: #D0B8CC;
}
.AnyTagClassName
{
color: #D0B8CC;
}
</style>
background-color css
<style>
a { background-color: #D0B8CC; }
a { background-color: rgb(208,184,204); }
div.DivClassName
{
background-color: #D0B8CC;
}
.BgClassName
{
background-color: #D0B8CC;
}
</style>
border-color css
<style>
span { border-color: #D0B8CC; }
span { border-color: rgb(208,184,204); }
td.TdClassName
{
border-color: #D0B8CC;
}
.TagClassName
{
border-color: #D0B8CC;
}
</style>