Shades of Lilac #CFB1CC
Tints of Lilac #CFB1CC
RGB
CMYK
RGB Variations
Color information
#CFB1CC (or 0xCFB1CC) is known color: Lilac. HEX triplet: CF, B1 and CC. RGB value is (207,177,204). Sum of RGB (Red+Green+Blue) = 207+177+204=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1CC is #304E33. Grayscale: #BCBCBC. Windows color (decimal): -3165748 or 13414863. OLE color: 13414863.
HSL color Cylindrical-coordinate representation of color #CFB1CC: hue angle of 306º degrees, saturation: 0.24, 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 #CFB1CC is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 204 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.19 |
| HSL | 306º | 0.24% | 0.75% | - |
| HSV(B) | 306º | 0.14% | 0.81% | - |
| XYZ | 52.35 | 49.07 | 63.84 | - |
| YUV | 189.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 204 | 0 | 0.14 | 0.01 | 0.19 | 306 | 0.24 | 0.75 |
| Hex | CF | B1 | CC | 0 | E | 1 | 13 | 132 | 18 | 4B |
| Octal | 317 | 261 | 314 | 0 | 16 | 1 | 23 | 462 | 30 | 113 |
| Binary | 11001111 | 10110001 | 11001100 | 0 | 1110 | 1 | 10011 | 100110010 | 11000 | 1001011 |
Color Harmonies of #CFB1CC
Complementary color
Monochromatic Colors of #CFB1CC
Black with #CFB1CC
Text Example
Text Example
White with #CFB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB1CC; }
p { color: rgb(207,177,204); }
H1.HeaderClassName
{
color: #CFB1CC;
}
.AnyTagClassName
{
color: #CFB1CC;
}
</style>
background-color css
<style>
a { background-color: #CFB1CC; }
a { background-color: rgb(207,177,204); }
div.DivClassName
{
background-color: #CFB1CC;
}
.BgClassName
{
background-color: #CFB1CC;
}
</style>
border-color css
<style>
span { border-color: #CFB1CC; }
span { border-color: rgb(207,177,204); }
td.TdClassName
{
border-color: #CFB1CC;
}
.TagClassName
{
border-color: #CFB1CC;
}
</style>