Shades of Lilac #CDABCC
Tints of Lilac #CDABCC
RGB
CMYK
RGB Variations
Color information
#CDABCC (or 0xCDABCC) is known color: Lilac. HEX triplet: CD, AB and CC. RGB value is (205,171,204). Sum of RGB (Red+Green+Blue) = 205+171+204=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABCC is #325433. Grayscale: #B8B8B8. Windows color (decimal): -3298356 or 13413325. OLE color: 13413325.
HSL color Cylindrical-coordinate representation of color #CDABCC: hue angle of 301.76º 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 #CDABCC is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 204 | - |
| CMYK | 0 | 0.17 | 0.00 | 0.20 |
| HSL | 301.76º | 0.25% | 0.74% | - |
| HSV(B) | 301.76º | 0.17% | 0.8% | - |
| XYZ | 50.64 | 46.46 | 63.43 | - |
| YUV | 184.93 | 138.76 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 204 | 0 | 0.17 | 0.00 | 0.20 | 301.76 | 0.25 | 0.74 |
| Hex | CD | AB | CC | 0 | 11 | 0 | 14 | 12E | 19 | 4A |
| Octal | 315 | 253 | 314 | 0 | 21 | 0 | 24 | 456 | 31 | 112 |
| Binary | 11001101 | 10101011 | 11001100 | 0 | 10001 | 0 | 10100 | 100101110 | 11001 | 1001010 |
Color Harmonies of #CDABCC
Complementary color
Monochromatic Colors of #CDABCC
Black with #CDABCC
Text Example
Text Example
White with #CDABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDABCC; }
p { color: rgb(205,171,204); }
H1.HeaderClassName
{
color: #CDABCC;
}
.AnyTagClassName
{
color: #CDABCC;
}
</style>
background-color css
<style>
a { background-color: #CDABCC; }
a { background-color: rgb(205,171,204); }
div.DivClassName
{
background-color: #CDABCC;
}
.BgClassName
{
background-color: #CDABCC;
}
</style>
border-color css
<style>
span { border-color: #CDABCC; }
span { border-color: rgb(205,171,204); }
td.TdClassName
{
border-color: #CDABCC;
}
.TagClassName
{
border-color: #CDABCC;
}
</style>