Shades of Lilac #CDB0C9
Tints of Lilac #CDB0C9
RGB
CMYK
RGB Variations
Color information
#CDB0C9 (or 0xCDB0C9) is known color: Lilac. HEX triplet: CD, B0 and C9. RGB value is (205,176,201). Sum of RGB (Red+Green+Blue) = 205+176+201=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0C9 is #324F36. Grayscale: #BBBBBB. Windows color (decimal): -3297079 or 13217997. OLE color: 13217997.
HSL color Cylindrical-coordinate representation of color #CDB0C9: hue angle of 308.28º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDB0C9 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 201 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.20 |
| HSL | 308.28º | 0.22% | 0.75% | - |
| HSV(B) | 308.28º | 0.14% | 0.8% | - |
| XYZ | 51.24 | 48.25 | 61.87 | - |
| YUV | 187.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 201 | 0 | 0.14 | 0.02 | 0.20 | 308.28 | 0.22 | 0.75 |
| Hex | CD | B0 | C9 | 0 | E | 2 | 14 | 134 | 16 | 4B |
| Octal | 315 | 260 | 311 | 0 | 16 | 2 | 24 | 464 | 26 | 113 |
| Binary | 11001101 | 10110000 | 11001001 | 0 | 1110 | 10 | 10100 | 100110100 | 10110 | 1001011 |
Color Harmonies of #CDB0C9
Complementary color
Monochromatic Colors of #CDB0C9
Black with #CDB0C9
Text Example
Text Example
White with #CDB0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0C9; }
p { color: rgb(205,176,201); }
H1.HeaderClassName
{
color: #CDB0C9;
}
.AnyTagClassName
{
color: #CDB0C9;
}
</style>
background-color css
<style>
a { background-color: #CDB0C9; }
a { background-color: rgb(205,176,201); }
div.DivClassName
{
background-color: #CDB0C9;
}
.BgClassName
{
background-color: #CDB0C9;
}
</style>
border-color css
<style>
span { border-color: #CDB0C9; }
span { border-color: rgb(205,176,201); }
td.TdClassName
{
border-color: #CDB0C9;
}
.TagClassName
{
border-color: #CDB0C9;
}
</style>