Shades of French Lilac #CFB2CB
Tints of French Lilac #CFB2CB
RGB
CMYK
RGB Variations
Color information
#CFB2CB (or 0xCFB2CB) is known color: French Lilac. HEX triplet: CF, B2 and CB. RGB value is (207,178,203). Sum of RGB (Red+Green+Blue) = 207+178+203=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2CB is #304D34. Grayscale: #BDBDBD. Windows color (decimal): -3165493 or 13349583. OLE color: 13349583.
HSL color Cylindrical-coordinate representation of color #CFB2CB: hue angle of 308.28º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB2CB is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 203 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.19 |
| HSL | 308.28º | 0.23% | 0.75% | - |
| HSV(B) | 308.28º | 0.14% | 0.81% | - |
| XYZ | 52.43 | 49.42 | 63.28 | - |
| YUV | 189.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 203 | 0 | 0.14 | 0.02 | 0.19 | 308.28 | 0.23 | 0.75 |
| Hex | CF | B2 | CB | 0 | E | 2 | 13 | 134 | 17 | 4B |
| Octal | 317 | 262 | 313 | 0 | 16 | 2 | 23 | 464 | 27 | 113 |
| Binary | 11001111 | 10110010 | 11001011 | 0 | 1110 | 10 | 10011 | 100110100 | 10111 | 1001011 |
Color Harmonies of #CFB2CB
Complementary color
Monochromatic Colors of #CFB2CB
Black with #CFB2CB
Text Example
Text Example
White with #CFB2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB2CB; }
p { color: rgb(207,178,203); }
H1.HeaderClassName
{
color: #CFB2CB;
}
.AnyTagClassName
{
color: #CFB2CB;
}
</style>
background-color css
<style>
a { background-color: #CFB2CB; }
a { background-color: rgb(207,178,203); }
div.DivClassName
{
background-color: #CFB2CB;
}
.BgClassName
{
background-color: #CFB2CB;
}
</style>
border-color css
<style>
span { border-color: #CFB2CB; }
span { border-color: rgb(207,178,203); }
td.TdClassName
{
border-color: #CFB2CB;
}
.TagClassName
{
border-color: #CFB2CB;
}
</style>