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