Shades of Lilac #CCADCF
Tints of Lilac #CCADCF
RGB
CMYK
RGB Variations
Color information
#CCADCF (or 0xCCADCF) is known color: Lilac. HEX triplet: CC, AD and CF. RGB value is (204,173,207). Sum of RGB (Red+Green+Blue) = 204+173+207=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADCF is #335230. Grayscale: #BABABA. Windows color (decimal): -3363377 or 13610444. OLE color: 13610444.
HSL color Cylindrical-coordinate representation of color #CCADCF: hue angle of 294.71º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCADCF is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 173 | 207 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.19 |
| HSL | 294.71º | 0.26% | 0.75% | - |
| HSV(B) | 294.71º | 0.16% | 0.81% | - |
| XYZ | 51.11 | 47.23 | 65.45 | - |
| YUV | 186.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 207 | 0.01 | 0.16 | 0 | 0.19 | 294.71 | 0.26 | 0.75 |
| Hex | CC | AD | CF | 1 | 10 | 0 | 13 | 127 | 1A | 4B |
| Octal | 314 | 255 | 317 | 1 | 20 | 0 | 23 | 447 | 32 | 113 |
| Binary | 11001100 | 10101101 | 11001111 | 1 | 10000 | 0 | 10011 | 100100111 | 11010 | 1001011 |
Color Harmonies of #CCADCF
Complementary color
Monochromatic Colors of #CCADCF
Black with #CCADCF
Text Example
Text Example
White with #CCADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADCF; }
p { color: rgb(204,173,207); }
H1.HeaderClassName
{
color: #CCADCF;
}
.AnyTagClassName
{
color: #CCADCF;
}
</style>
background-color css
<style>
a { background-color: #CCADCF; }
a { background-color: rgb(204,173,207); }
div.DivClassName
{
background-color: #CCADCF;
}
.BgClassName
{
background-color: #CCADCF;
}
</style>
border-color css
<style>
span { border-color: #CCADCF; }
span { border-color: rgb(204,173,207); }
td.TdClassName
{
border-color: #CCADCF;
}
.TagClassName
{
border-color: #CCADCF;
}
</style>