Shades of Lilac #CCADCA
Tints of Lilac #CCADCA
RGB
CMYK
RGB Variations
Color information
#CCADCA (or 0xCCADCA) is known color: Lilac. HEX triplet: CC, AD and CA. RGB value is (204,173,202). Sum of RGB (Red+Green+Blue) = 204+173+202=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADCA is #335235. Grayscale: #B9B9B9. Windows color (decimal): -3363382 or 13282764. OLE color: 13282764.
HSL color Cylindrical-coordinate representation of color #CCADCA: hue angle of 303.87º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCADCA is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 202 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.2 |
| HSL | 303.87º | 0.23% | 0.74% | - |
| HSV(B) | 303.87º | 0.15% | 0.8% | - |
| XYZ | 50.51 | 46.99 | 62.28 | - |
| YUV | 185.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 202 | 0 | 0.15 | 0.01 | 0.2 | 303.87 | 0.23 | 0.74 |
| Hex | CC | AD | CA | 0 | F | 1 | 14 | 130 | 17 | 4A |
| Octal | 314 | 255 | 312 | 0 | 17 | 1 | 24 | 460 | 27 | 112 |
| Binary | 11001100 | 10101101 | 11001010 | 0 | 1111 | 1 | 10100 | 100110000 | 10111 | 1001010 |
Color Harmonies of #CCADCA
Complementary color
Monochromatic Colors of #CCADCA
Black with #CCADCA
Text Example
Text Example
White with #CCADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADCA; }
p { color: rgb(204,173,202); }
H1.HeaderClassName
{
color: #CCADCA;
}
.AnyTagClassName
{
color: #CCADCA;
}
</style>
background-color css
<style>
a { background-color: #CCADCA; }
a { background-color: rgb(204,173,202); }
div.DivClassName
{
background-color: #CCADCA;
}
.BgClassName
{
background-color: #CCADCA;
}
</style>
border-color css
<style>
span { border-color: #CCADCA; }
span { border-color: rgb(204,173,202); }
td.TdClassName
{
border-color: #CCADCA;
}
.TagClassName
{
border-color: #CCADCA;
}
</style>