Shades of Lilac #CDABCD
Tints of Lilac #CDABCD
RGB
CMYK
RGB Variations
Color information
#CDABCD (or 0xCDABCD) is known color: Lilac. HEX triplet: CD, AB and CD. RGB value is (205,171,205). Sum of RGB (Red+Green+Blue) = 205+171+205=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABCD is #325432. Grayscale: #B8B8B8. Windows color (decimal): -3298355 or 13478861. OLE color: 13478861.
HSL color Cylindrical-coordinate representation of color #CDABCD: hue angle of 300º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDABCD is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 205 | - |
| CMYK | 0 | 0.17 | 0 | 0.20 |
| HSL | 300º | 0.25% | 0.74% | - |
| HSV(B) | 300º | 0.17% | 0.8% | - |
| XYZ | 50.76 | 46.51 | 64.06 | - |
| YUV | 185.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 205 | 0 | 0.17 | 0 | 0.20 | 300 | 0.25 | 0.74 |
| Hex | CD | AB | CD | 0 | 11 | 0 | 14 | 12C | 19 | 4A |
| Octal | 315 | 253 | 315 | 0 | 21 | 0 | 24 | 454 | 31 | 112 |
| Binary | 11001101 | 10101011 | 11001101 | 0 | 10001 | 0 | 10100 | 100101100 | 11001 | 1001010 |
Color Harmonies of #CDABCD
Complementary color
Monochromatic Colors of #CDABCD
Black with #CDABCD
Text Example
Text Example
White with #CDABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDABCD; }
p { color: rgb(205,171,205); }
H1.HeaderClassName
{
color: #CDABCD;
}
.AnyTagClassName
{
color: #CDABCD;
}
</style>
background-color css
<style>
a { background-color: #CDABCD; }
a { background-color: rgb(205,171,205); }
div.DivClassName
{
background-color: #CDABCD;
}
.BgClassName
{
background-color: #CDABCD;
}
</style>
border-color css
<style>
span { border-color: #CDABCD; }
span { border-color: rgb(205,171,205); }
td.TdClassName
{
border-color: #CDABCD;
}
.TagClassName
{
border-color: #CDABCD;
}
</style>