Shades of Lilac #CD9BC8
Tints of Lilac #CD9BC8
RGB
CMYK
RGB Variations
Color information
#CD9BC8 (or 0xCD9BC8) is known color: Lilac. HEX triplet: CD, 9B and C8. RGB value is (205,155,200). Sum of RGB (Red+Green+Blue) = 205+155+200=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9BC8 is #326437. Grayscale: #AEAEAE. Windows color (decimal): -3302456 or 13147085. OLE color: 13147085.
HSL color Cylindrical-coordinate representation of color #CD9BC8: hue angle of 306º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CD9BC8 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 155 | 200 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.20 |
| HSL | 306º | 0.33% | 0.71% | - |
| HSV(B) | 306º | 0.24% | 0.8% | - |
| XYZ | 47.32 | 40.59 | 59.98 | - |
| YUV | 175.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 155 | 200 | 0 | 0.24 | 0.02 | 0.20 | 306 | 0.33 | 0.71 |
| Hex | CD | 9B | C8 | 0 | 18 | 2 | 14 | 132 | 21 | 47 |
| Octal | 315 | 233 | 310 | 0 | 30 | 2 | 24 | 462 | 41 | 107 |
| Binary | 11001101 | 10011011 | 11001000 | 0 | 11000 | 10 | 10100 | 100110010 | 100001 | 1000111 |
Color Harmonies of #CD9BC8
Complementary color
Monochromatic Colors of #CD9BC8
Black with #CD9BC8
Text Example
Text Example
White with #CD9BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9BC8; }
p { color: rgb(205,155,200); }
H1.HeaderClassName
{
color: #CD9BC8;
}
.AnyTagClassName
{
color: #CD9BC8;
}
</style>
background-color css
<style>
a { background-color: #CD9BC8; }
a { background-color: rgb(205,155,200); }
div.DivClassName
{
background-color: #CD9BC8;
}
.BgClassName
{
background-color: #CD9BC8;
}
</style>
border-color css
<style>
span { border-color: #CD9BC8; }
span { border-color: rgb(205,155,200); }
td.TdClassName
{
border-color: #CD9BC8;
}
.TagClassName
{
border-color: #CD9BC8;
}
</style>