Shades of Lilac #CCAFCD
Tints of Lilac #CCAFCD
RGB
CMYK
RGB Variations
Color information
#CCAFCD (or 0xCCAFCD) is known color: Lilac. HEX triplet: CC, AF and CD. RGB value is (204,175,205). Sum of RGB (Red+Green+Blue) = 204+175+205=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFCD is #335032. Grayscale: #BBBBBB. Windows color (decimal): -3362867 or 13479884. OLE color: 13479884.
HSL color Cylindrical-coordinate representation of color #CCAFCD: hue angle of 298º 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 #CCAFCD is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 175 | 205 | - |
| CMYK | 0.00 | 0.15 | 0 | 0.20 |
| HSL | 298º | 0.23% | 0.75% | - |
| HSV(B) | 298º | 0.15% | 0.8% | - |
| XYZ | 51.25 | 47.91 | 64.3 | - |
| YUV | 187.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 205 | 0.00 | 0.15 | 0 | 0.20 | 298 | 0.23 | 0.75 |
| Hex | CC | AF | CD | 0 | F | 0 | 14 | 12A | 17 | 4B |
| Octal | 314 | 257 | 315 | 0 | 17 | 0 | 24 | 452 | 27 | 113 |
| Binary | 11001100 | 10101111 | 11001101 | 0 | 1111 | 0 | 10100 | 100101010 | 10111 | 1001011 |
Color Harmonies of #CCAFCD
Complementary color
Monochromatic Colors of #CCAFCD
Black with #CCAFCD
Text Example
Text Example
White with #CCAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFCD; }
p { color: rgb(204,175,205); }
H1.HeaderClassName
{
color: #CCAFCD;
}
.AnyTagClassName
{
color: #CCAFCD;
}
</style>
background-color css
<style>
a { background-color: #CCAFCD; }
a { background-color: rgb(204,175,205); }
div.DivClassName
{
background-color: #CCAFCD;
}
.BgClassName
{
background-color: #CCAFCD;
}
</style>
border-color css
<style>
span { border-color: #CCAFCD; }
span { border-color: rgb(204,175,205); }
td.TdClassName
{
border-color: #CCAFCD;
}
.TagClassName
{
border-color: #CCAFCD;
}
</style>