Shades of French Lilac #CFB5CB
Tints of French Lilac #CFB5CB
RGB
CMYK
RGB Variations
Color information
#CFB5CB (or 0xCFB5CB) is known color: French Lilac. HEX triplet: CF, B5 and CB. RGB value is (207,181,203). Sum of RGB (Red+Green+Blue) = 207+181+203=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5CB is #304A34. Grayscale: #BFBFBF. Windows color (decimal): -3164725 or 13350351. OLE color: 13350351.
HSL color Cylindrical-coordinate representation of color #CFB5CB: hue angle of 309.23º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFB5CB is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 203 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.19 |
| HSL | 309.23º | 0.21% | 0.76% | - |
| HSV(B) | 309.23º | 0.13% | 0.81% | - |
| XYZ | 53.04 | 50.62 | 63.48 | - |
| YUV | 191.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 203 | 0 | 0.13 | 0.02 | 0.19 | 309.23 | 0.21 | 0.76 |
| Hex | CF | B5 | CB | 0 | D | 2 | 13 | 135 | 15 | 4C |
| Octal | 317 | 265 | 313 | 0 | 15 | 2 | 23 | 465 | 25 | 114 |
| Binary | 11001111 | 10110101 | 11001011 | 0 | 1101 | 10 | 10011 | 100110101 | 10101 | 1001100 |
Color Harmonies of #CFB5CB
Complementary color
Monochromatic Colors of #CFB5CB
Black with #CFB5CB
Text Example
Text Example
White with #CFB5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB5CB; }
p { color: rgb(207,181,203); }
H1.HeaderClassName
{
color: #CFB5CB;
}
.AnyTagClassName
{
color: #CFB5CB;
}
</style>
background-color css
<style>
a { background-color: #CFB5CB; }
a { background-color: rgb(207,181,203); }
div.DivClassName
{
background-color: #CFB5CB;
}
.BgClassName
{
background-color: #CFB5CB;
}
</style>
border-color css
<style>
span { border-color: #CFB5CB; }
span { border-color: rgb(207,181,203); }
td.TdClassName
{
border-color: #CFB5CB;
}
.TagClassName
{
border-color: #CFB5CB;
}
</style>