Shades of Lilac #CDB1CF
Tints of Lilac #CDB1CF
RGB
CMYK
RGB Variations
Color information
#CDB1CF (or 0xCDB1CF) is known color: Lilac. HEX triplet: CD, B1 and CF. RGB value is (205,177,207). Sum of RGB (Red+Green+Blue) = 205+177+207=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1CF is #324E30. Grayscale: #BCBCBC. Windows color (decimal): -3296817 or 13611469. OLE color: 13611469.
HSL color Cylindrical-coordinate representation of color #CDB1CF: hue angle of 296º 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 #CDB1CF is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 177 | 207 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.19 |
| HSL | 296º | 0.24% | 0.75% | - |
| HSV(B) | 296º | 0.14% | 0.81% | - |
| XYZ | 52.16 | 48.93 | 65.73 | - |
| YUV | 188.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 207 | 0.01 | 0.14 | 0 | 0.19 | 296 | 0.24 | 0.75 |
| Hex | CD | B1 | CF | 1 | E | 0 | 13 | 128 | 18 | 4B |
| Octal | 315 | 261 | 317 | 1 | 16 | 0 | 23 | 450 | 30 | 113 |
| Binary | 11001101 | 10110001 | 11001111 | 1 | 1110 | 0 | 10011 | 100101000 | 11000 | 1001011 |
Color Harmonies of #CDB1CF
Complementary color
Monochromatic Colors of #CDB1CF
Black with #CDB1CF
Text Example
Text Example
White with #CDB1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB1CF; }
p { color: rgb(205,177,207); }
H1.HeaderClassName
{
color: #CDB1CF;
}
.AnyTagClassName
{
color: #CDB1CF;
}
</style>
background-color css
<style>
a { background-color: #CDB1CF; }
a { background-color: rgb(205,177,207); }
div.DivClassName
{
background-color: #CDB1CF;
}
.BgClassName
{
background-color: #CDB1CF;
}
</style>
border-color css
<style>
span { border-color: #CDB1CF; }
span { border-color: rgb(205,177,207); }
td.TdClassName
{
border-color: #CDB1CF;
}
.TagClassName
{
border-color: #CDB1CF;
}
</style>