Shades of Lilac #CCAFC9
Tints of Lilac #CCAFC9
RGB
CMYK
RGB Variations
Color information
#CCAFC9 (or 0xCCAFC9) is known color: Lilac. HEX triplet: CC, AF and C9. RGB value is (204,175,201). Sum of RGB (Red+Green+Blue) = 204+175+201=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFC9 is #335036. Grayscale: #BABABA. Windows color (decimal): -3362871 or 13217740. OLE color: 13217740.
HSL color Cylindrical-coordinate representation of color #CCAFC9: hue angle of 306.21º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCAFC9 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 201 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.2 |
| HSL | 306.21º | 0.22% | 0.74% | - |
| HSV(B) | 306.21º | 0.14% | 0.8% | - |
| XYZ | 50.77 | 47.71 | 61.79 | - |
| YUV | 186.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 201 | 0 | 0.14 | 0.01 | 0.2 | 306.21 | 0.22 | 0.74 |
| Hex | CC | AF | C9 | 0 | E | 1 | 14 | 132 | 16 | 4A |
| Octal | 314 | 257 | 311 | 0 | 16 | 1 | 24 | 462 | 26 | 112 |
| Binary | 11001100 | 10101111 | 11001001 | 0 | 1110 | 1 | 10100 | 100110010 | 10110 | 1001010 |
Color Harmonies of #CCAFC9
Complementary color
Monochromatic Colors of #CCAFC9
Black with #CCAFC9
Text Example
Text Example
White with #CCAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFC9; }
p { color: rgb(204,175,201); }
H1.HeaderClassName
{
color: #CCAFC9;
}
.AnyTagClassName
{
color: #CCAFC9;
}
</style>
background-color css
<style>
a { background-color: #CCAFC9; }
a { background-color: rgb(204,175,201); }
div.DivClassName
{
background-color: #CCAFC9;
}
.BgClassName
{
background-color: #CCAFC9;
}
</style>
border-color css
<style>
span { border-color: #CCAFC9; }
span { border-color: rgb(204,175,201); }
td.TdClassName
{
border-color: #CCAFC9;
}
.TagClassName
{
border-color: #CCAFC9;
}
</style>