Shades of Lilac #CFB0CC
Tints of Lilac #CFB0CC
RGB
CMYK
RGB Variations
Color information
#CFB0CC (or 0xCFB0CC) is known color: Lilac. HEX triplet: CF, B0 and CC. RGB value is (207,176,204). Sum of RGB (Red+Green+Blue) = 207+176+204=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0CC is #304F33. Grayscale: #BCBCBC. Windows color (decimal): -3166004 or 13414607. OLE color: 13414607.
HSL color Cylindrical-coordinate representation of color #CFB0CC: hue angle of 305.81º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFB0CC is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 204 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.19 |
| HSL | 305.81º | 0.24% | 0.75% | - |
| HSV(B) | 305.81º | 0.15% | 0.81% | - |
| XYZ | 52.16 | 48.68 | 63.77 | - |
| YUV | 188.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 204 | 0 | 0.15 | 0.01 | 0.19 | 305.81 | 0.24 | 0.75 |
| Hex | CF | B0 | CC | 0 | F | 1 | 13 | 132 | 18 | 4B |
| Octal | 317 | 260 | 314 | 0 | 17 | 1 | 23 | 462 | 30 | 113 |
| Binary | 11001111 | 10110000 | 11001100 | 0 | 1111 | 1 | 10011 | 100110010 | 11000 | 1001011 |
Color Harmonies of #CFB0CC
Complementary color
Monochromatic Colors of #CFB0CC
Black with #CFB0CC
Text Example
Text Example
White with #CFB0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0CC; }
p { color: rgb(207,176,204); }
H1.HeaderClassName
{
color: #CFB0CC;
}
.AnyTagClassName
{
color: #CFB0CC;
}
</style>
background-color css
<style>
a { background-color: #CFB0CC; }
a { background-color: rgb(207,176,204); }
div.DivClassName
{
background-color: #CFB0CC;
}
.BgClassName
{
background-color: #CFB0CC;
}
</style>
border-color css
<style>
span { border-color: #CFB0CC; }
span { border-color: rgb(207,176,204); }
td.TdClassName
{
border-color: #CFB0CC;
}
.TagClassName
{
border-color: #CFB0CC;
}
</style>