Shades of Lilac #CCAFC8
Tints of Lilac #CCAFC8
RGB
CMYK
RGB Variations
Color information
#CCAFC8 (or 0xCCAFC8) is known color: Lilac. HEX triplet: CC, AF and C8. RGB value is (204,175,200). Sum of RGB (Red+Green+Blue) = 204+175+200=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFC8 is #335037. Grayscale: #BABABA. Windows color (decimal): -3362872 or 13152204. OLE color: 13152204.
HSL color Cylindrical-coordinate representation of color #CCAFC8: hue angle of 308.28º 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 #CCAFC8 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 200 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.2 |
| HSL | 308.28º | 0.22% | 0.74% | - |
| HSV(B) | 308.28º | 0.14% | 0.8% | - |
| XYZ | 50.66 | 47.67 | 61.17 | - |
| YUV | 186.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 200 | 0 | 0.14 | 0.02 | 0.2 | 308.28 | 0.22 | 0.74 |
| Hex | CC | AF | C8 | 0 | E | 2 | 14 | 134 | 16 | 4A |
| Octal | 314 | 257 | 310 | 0 | 16 | 2 | 24 | 464 | 26 | 112 |
| Binary | 11001100 | 10101111 | 11001000 | 0 | 1110 | 10 | 10100 | 100110100 | 10110 | 1001010 |
Color Harmonies of #CCAFC8
Complementary color
Monochromatic Colors of #CCAFC8
Black with #CCAFC8
Text Example
Text Example
White with #CCAFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFC8; }
p { color: rgb(204,175,200); }
H1.HeaderClassName
{
color: #CCAFC8;
}
.AnyTagClassName
{
color: #CCAFC8;
}
</style>
background-color css
<style>
a { background-color: #CCAFC8; }
a { background-color: rgb(204,175,200); }
div.DivClassName
{
background-color: #CCAFC8;
}
.BgClassName
{
background-color: #CCAFC8;
}
</style>
border-color css
<style>
span { border-color: #CCAFC8; }
span { border-color: rgb(204,175,200); }
td.TdClassName
{
border-color: #CCAFC8;
}
.TagClassName
{
border-color: #CCAFC8;
}
</style>