Shades of Lilac #CFB0CD
Tints of Lilac #CFB0CD
RGB
CMYK
RGB Variations
Color information
#CFB0CD (or 0xCFB0CD) is known color: Lilac. HEX triplet: CF, B0 and CD. RGB value is (207,176,205). Sum of RGB (Red+Green+Blue) = 207+176+205=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0CD is #304F32. Grayscale: #BCBCBC. Windows color (decimal): -3166003 or 13480143. OLE color: 13480143.
HSL color Cylindrical-coordinate representation of color #CFB0CD: hue angle of 303.87º 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 #CFB0CD is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 205 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.19 |
| HSL | 303.87º | 0.24% | 0.75% | - |
| HSV(B) | 303.87º | 0.15% | 0.81% | - |
| XYZ | 52.28 | 48.72 | 64.41 | - |
| YUV | 188.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 205 | 0 | 0.15 | 0.01 | 0.19 | 303.87 | 0.24 | 0.75 |
| Hex | CF | B0 | CD | 0 | F | 1 | 13 | 130 | 18 | 4B |
| Octal | 317 | 260 | 315 | 0 | 17 | 1 | 23 | 460 | 30 | 113 |
| Binary | 11001111 | 10110000 | 11001101 | 0 | 1111 | 1 | 10011 | 100110000 | 11000 | 1001011 |
Color Harmonies of #CFB0CD
Complementary color
Monochromatic Colors of #CFB0CD
Black with #CFB0CD
Text Example
Text Example
White with #CFB0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0CD; }
p { color: rgb(207,176,205); }
H1.HeaderClassName
{
color: #CFB0CD;
}
.AnyTagClassName
{
color: #CFB0CD;
}
</style>
background-color css
<style>
a { background-color: #CFB0CD; }
a { background-color: rgb(207,176,205); }
div.DivClassName
{
background-color: #CFB0CD;
}
.BgClassName
{
background-color: #CFB0CD;
}
</style>
border-color css
<style>
span { border-color: #CFB0CD; }
span { border-color: rgb(207,176,205); }
td.TdClassName
{
border-color: #CFB0CD;
}
.TagClassName
{
border-color: #CFB0CD;
}
</style>