Shades of Lilac #CFADCC
Tints of Lilac #CFADCC
RGB
CMYK
RGB Variations
Color information
#CFADCC (or 0xCFADCC) is known color: Lilac. HEX triplet: CF, AD and CC. RGB value is (207,173,204). Sum of RGB (Red+Green+Blue) = 207+173+204=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADCC is #305233. Grayscale: #BABABA. Windows color (decimal): -3166772 or 13413839. OLE color: 13413839.
HSL color Cylindrical-coordinate representation of color #CFADCC: hue angle of 305.29º 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 #CFADCC is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 204 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.19 |
| HSL | 305.29º | 0.26% | 0.75% | - |
| HSV(B) | 305.29º | 0.16% | 0.81% | - |
| XYZ | 51.57 | 47.51 | 63.58 | - |
| YUV | 186.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 204 | 0 | 0.16 | 0.01 | 0.19 | 305.29 | 0.26 | 0.75 |
| Hex | CF | AD | CC | 0 | 10 | 1 | 13 | 131 | 1A | 4B |
| Octal | 317 | 255 | 314 | 0 | 20 | 1 | 23 | 461 | 32 | 113 |
| Binary | 11001111 | 10101101 | 11001100 | 0 | 10000 | 1 | 10011 | 100110001 | 11010 | 1001011 |
Color Harmonies of #CFADCC
Complementary color
Monochromatic Colors of #CFADCC
Black with #CFADCC
Text Example
Text Example
White with #CFADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADCC; }
p { color: rgb(207,173,204); }
H1.HeaderClassName
{
color: #CFADCC;
}
.AnyTagClassName
{
color: #CFADCC;
}
</style>
background-color css
<style>
a { background-color: #CFADCC; }
a { background-color: rgb(207,173,204); }
div.DivClassName
{
background-color: #CFADCC;
}
.BgClassName
{
background-color: #CFADCC;
}
</style>
border-color css
<style>
span { border-color: #CFADCC; }
span { border-color: rgb(207,173,204); }
td.TdClassName
{
border-color: #CFADCC;
}
.TagClassName
{
border-color: #CFADCC;
}
</style>