Shades of French Lilac #D0B6CC
Tints of French Lilac #D0B6CC
RGB
CMYK
RGB Variations
Color information
#D0B6CC (or 0xD0B6CC) is known color: French Lilac. HEX triplet: D0, B6 and CC. RGB value is (208,182,204). Sum of RGB (Red+Green+Blue) = 208+182+204=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B6CC is #2F4933. Grayscale: #C0C0C0. Windows color (decimal): -3098932 or 13416144. OLE color: 13416144.
HSL color Cylindrical-coordinate representation of color #D0B6CC: hue angle of 309.23º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0B6CC is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 182 | 204 | - |
CMYK | 0 | 0.12 | 0.02 | 0.18 |
HSL | 309.23º | 0.22% | 0.76% | - |
HSV(B) | 309.23º | 0.13% | 0.82% | - |
XYZ | 53.64 | 51.23 | 64.19 | - |
YUV | 192.28 | 134.61 | 139.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 182 | 204 | 0 | 0.12 | 0.02 | 0.18 | 309.23 | 0.22 | 0.76 |
Hex | D0 | B6 | CC | 0 | C | 2 | 12 | 135 | 16 | 4C |
Octal | 320 | 266 | 314 | 0 | 14 | 2 | 22 | 465 | 26 | 114 |
Binary | 11010000 | 10110110 | 11001100 | 0 | 1100 | 10 | 10010 | 100110101 | 10110 | 1001100 |
Color Harmonies of #D0B6CC
Complementary color
Monochromatic Colors of #D0B6CC
Black with #D0B6CC
Text Example
Text Example
White with #D0B6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B6CC; }
p { color: rgb(208,182,204); }
H1.HeaderClassName
{
color: #D0B6CC;
}
.AnyTagClassName
{
color: #D0B6CC;
}
</style>
background-color css
<style>
a { background-color: #D0B6CC; }
a { background-color: rgb(208,182,204); }
div.DivClassName
{
background-color: #D0B6CC;
}
.BgClassName
{
background-color: #D0B6CC;
}
</style>
border-color css
<style>
span { border-color: #D0B6CC; }
span { border-color: rgb(208,182,204); }
td.TdClassName
{
border-color: #D0B6CC;
}
.TagClassName
{
border-color: #D0B6CC;
}
</style>