Shades of Lilac #CDAFCC
Tints of Lilac #CDAFCC
RGB
CMYK
RGB Variations
Color information
#CDAFCC (or 0xCDAFCC) is known color: Lilac. HEX triplet: CD, AF and CC. RGB value is (205,175,204). Sum of RGB (Red+Green+Blue) = 205+175+204=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFCC is #325033. Grayscale: #BBBBBB. Windows color (decimal): -3297332 or 13414349. OLE color: 13414349.
HSL color Cylindrical-coordinate representation of color #CDAFCC: hue angle of 302º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDAFCC is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 175 | 204 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.20 |
| HSL | 302º | 0.23% | 0.75% | - |
| HSV(B) | 302º | 0.15% | 0.8% | - |
| XYZ | 51.41 | 48 | 63.68 | - |
| YUV | 187.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 175 | 204 | 0 | 0.15 | 0.00 | 0.20 | 302 | 0.23 | 0.75 |
| Hex | CD | AF | CC | 0 | F | 0 | 14 | 12E | 17 | 4B |
| Octal | 315 | 257 | 314 | 0 | 17 | 0 | 24 | 456 | 27 | 113 |
| Binary | 11001101 | 10101111 | 11001100 | 0 | 1111 | 0 | 10100 | 100101110 | 10111 | 1001011 |
Color Harmonies of #CDAFCC
Complementary color
Monochromatic Colors of #CDAFCC
Black with #CDAFCC
Text Example
Text Example
White with #CDAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAFCC; }
p { color: rgb(205,175,204); }
H1.HeaderClassName
{
color: #CDAFCC;
}
.AnyTagClassName
{
color: #CDAFCC;
}
</style>
background-color css
<style>
a { background-color: #CDAFCC; }
a { background-color: rgb(205,175,204); }
div.DivClassName
{
background-color: #CDAFCC;
}
.BgClassName
{
background-color: #CDAFCC;
}
</style>
border-color css
<style>
span { border-color: #CDAFCC; }
span { border-color: rgb(205,175,204); }
td.TdClassName
{
border-color: #CDAFCC;
}
.TagClassName
{
border-color: #CDAFCC;
}
</style>