Shades of Lilac #CCAFCC
Tints of Lilac #CCAFCC
RGB
CMYK
RGB Variations
Color information
#CCAFCC (or 0xCCAFCC) is known color: Lilac. HEX triplet: CC, AF and CC. RGB value is (204,175,204). Sum of RGB (Red+Green+Blue) = 204+175+204=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCAFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFCC is #335033. Grayscale: #BABABA. Windows color (decimal): -3362868 or 13414348. OLE color: 13414348.
HSL color Cylindrical-coordinate representation of color #CCAFCC: hue angle of 300º 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 #CCAFCC is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 175 | 204 | - |
CMYK | 0 | 0.14 | 0 | 0.2 |
HSL | 300º | 0.22% | 0.74% | - |
HSV(B) | 300º | 0.14% | 0.8% | - |
XYZ | 51.13 | 47.86 | 63.67 | - |
YUV | 186.98 | 137.61 | 140.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 175 | 204 | 0 | 0.14 | 0 | 0.2 | 300 | 0.22 | 0.74 |
Hex | CC | AF | CC | 0 | E | 0 | 14 | 12C | 16 | 4A |
Octal | 314 | 257 | 314 | 0 | 16 | 0 | 24 | 454 | 26 | 112 |
Binary | 11001100 | 10101111 | 11001100 | 0 | 1110 | 0 | 10100 | 100101100 | 10110 | 1001010 |
Color Harmonies of #CCAFCC
Complementary color
Monochromatic Colors of #CCAFCC
Black with #CCAFCC
Text Example
Text Example
White with #CCAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFCC; }
p { color: rgb(204,175,204); }
H1.HeaderClassName
{
color: #CCAFCC;
}
.AnyTagClassName
{
color: #CCAFCC;
}
</style>
background-color css
<style>
a { background-color: #CCAFCC; }
a { background-color: rgb(204,175,204); }
div.DivClassName
{
background-color: #CCAFCC;
}
.BgClassName
{
background-color: #CCAFCC;
}
</style>
border-color css
<style>
span { border-color: #CCAFCC; }
span { border-color: rgb(204,175,204); }
td.TdClassName
{
border-color: #CCAFCC;
}
.TagClassName
{
border-color: #CCAFCC;
}
</style>