Shades of Lilac #CDACC9
Tints of Lilac #CDACC9
RGB
CMYK
RGB Variations
Color information
#CDACC9 (or 0xCDACC9) is known color: Lilac. HEX triplet: CD, AC and C9. RGB value is (205,172,201). Sum of RGB (Red+Green+Blue) = 205+172+201=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACC9 is #325336. Grayscale: #B9B9B9. Windows color (decimal): -3298103 or 13216973. OLE color: 13216973.
HSL color Cylindrical-coordinate representation of color #CDACC9: hue angle of 307.27º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDACC9 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 201 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.20 |
| HSL | 307.27º | 0.25% | 0.74% | - |
| HSV(B) | 307.27º | 0.16% | 0.8% | - |
| XYZ | 50.47 | 46.7 | 61.61 | - |
| YUV | 185.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 201 | 0 | 0.16 | 0.02 | 0.20 | 307.27 | 0.25 | 0.74 |
| Hex | CD | AC | C9 | 0 | 10 | 2 | 14 | 133 | 19 | 4A |
| Octal | 315 | 254 | 311 | 0 | 20 | 2 | 24 | 463 | 31 | 112 |
| Binary | 11001101 | 10101100 | 11001001 | 0 | 10000 | 10 | 10100 | 100110011 | 11001 | 1001010 |
Color Harmonies of #CDACC9
Complementary color
Monochromatic Colors of #CDACC9
Black with #CDACC9
Text Example
Text Example
White with #CDACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACC9; }
p { color: rgb(205,172,201); }
H1.HeaderClassName
{
color: #CDACC9;
}
.AnyTagClassName
{
color: #CDACC9;
}
</style>
background-color css
<style>
a { background-color: #CDACC9; }
a { background-color: rgb(205,172,201); }
div.DivClassName
{
background-color: #CDACC9;
}
.BgClassName
{
background-color: #CDACC9;
}
</style>
border-color css
<style>
span { border-color: #CDACC9; }
span { border-color: rgb(205,172,201); }
td.TdClassName
{
border-color: #CDACC9;
}
.TagClassName
{
border-color: #CDACC9;
}
</style>