Shades of French Lilac #D0B5CC
Tints of French Lilac #D0B5CC
RGB
CMYK
RGB Variations
Color information
#D0B5CC (or 0xD0B5CC) is known color: French Lilac. HEX triplet: D0, B5 and CC. RGB value is (208,181,204). Sum of RGB (Red+Green+Blue) = 208+181+204=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B5CC is #2F4A33. Grayscale: #BFBFBF. Windows color (decimal): -3099188 or 13415888. OLE color: 13415888.
HSL color Cylindrical-coordinate representation of color #D0B5CC: hue angle of 308.89º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0B5CC is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 181 | 204 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.18 |
| HSL | 308.89º | 0.22% | 0.76% | - |
| HSV(B) | 308.89º | 0.13% | 0.82% | - |
| XYZ | 53.44 | 50.82 | 64.12 | - |
| YUV | 191.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 204 | 0 | 0.13 | 0.02 | 0.18 | 308.89 | 0.22 | 0.76 |
| Hex | D0 | B5 | CC | 0 | D | 2 | 12 | 135 | 16 | 4C |
| Octal | 320 | 265 | 314 | 0 | 15 | 2 | 22 | 465 | 26 | 114 |
| Binary | 11010000 | 10110101 | 11001100 | 0 | 1101 | 10 | 10010 | 100110101 | 10110 | 1001100 |
Color Harmonies of #D0B5CC
Complementary color
Monochromatic Colors of #D0B5CC
Black with #D0B5CC
Text Example
Text Example
White with #D0B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B5CC; }
p { color: rgb(208,181,204); }
H1.HeaderClassName
{
color: #D0B5CC;
}
.AnyTagClassName
{
color: #D0B5CC;
}
</style>
background-color css
<style>
a { background-color: #D0B5CC; }
a { background-color: rgb(208,181,204); }
div.DivClassName
{
background-color: #D0B5CC;
}
.BgClassName
{
background-color: #D0B5CC;
}
</style>
border-color css
<style>
span { border-color: #D0B5CC; }
span { border-color: rgb(208,181,204); }
td.TdClassName
{
border-color: #D0B5CC;
}
.TagClassName
{
border-color: #D0B5CC;
}
</style>