Shades of Lilac #CFB1CE
Tints of Lilac #CFB1CE
RGB
CMYK
RGB Variations
Color information
#CFB1CE (or 0xCFB1CE) is known color: Lilac. HEX triplet: CF, B1 and CE. RGB value is (207,177,206). Sum of RGB (Red+Green+Blue) = 207+177+206=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1CE is #304E31. Grayscale: #BDBDBD. Windows color (decimal): -3165746 or 13545935. OLE color: 13545935.
HSL color Cylindrical-coordinate representation of color #CFB1CE: hue angle of 302º 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 #CFB1CE is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 206 | - |
| CMYK | 0 | 0.14 | 0.00 | 0.19 |
| HSL | 302º | 0.24% | 0.75% | - |
| HSV(B) | 302º | 0.14% | 0.81% | - |
| XYZ | 52.59 | 49.17 | 65.11 | - |
| YUV | 189.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 206 | 0 | 0.14 | 0.00 | 0.19 | 302 | 0.24 | 0.75 |
| Hex | CF | B1 | CE | 0 | E | 0 | 13 | 12E | 18 | 4B |
| Octal | 317 | 261 | 316 | 0 | 16 | 0 | 23 | 456 | 30 | 113 |
| Binary | 11001111 | 10110001 | 11001110 | 0 | 1110 | 0 | 10011 | 100101110 | 11000 | 1001011 |
Color Harmonies of #CFB1CE
Complementary color
Monochromatic Colors of #CFB1CE
Black with #CFB1CE
Text Example
Text Example
White with #CFB1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB1CE; }
p { color: rgb(207,177,206); }
H1.HeaderClassName
{
color: #CFB1CE;
}
.AnyTagClassName
{
color: #CFB1CE;
}
</style>
background-color css
<style>
a { background-color: #CFB1CE; }
a { background-color: rgb(207,177,206); }
div.DivClassName
{
background-color: #CFB1CE;
}
.BgClassName
{
background-color: #CFB1CE;
}
</style>
border-color css
<style>
span { border-color: #CFB1CE; }
span { border-color: rgb(207,177,206); }
td.TdClassName
{
border-color: #CFB1CE;
}
.TagClassName
{
border-color: #CFB1CE;
}
</style>