Shades of Lilac #CFACD3
Tints of Lilac #CFACD3
RGB
CMYK
RGB Variations
Color information
#CFACD3 (or 0xCFACD3) is known color: Lilac. HEX triplet: CF, AC and D3. RGB value is (207,172,211). Sum of RGB (Red+Green+Blue) = 207+172+211=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 211 - color contains mainly: blue. Hex color #CFACD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACD3 is #30532C. Grayscale: #BABABA. Windows color (decimal): -3167021 or 13872335. OLE color: 13872335.
HSL color Cylindrical-coordinate representation of color #CFACD3: hue angle of 293.85º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFACD3 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 172 | 211 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.17 |
| HSL | 293.85º | 0.31% | 0.75% | - |
| HSV(B) | 293.85º | 0.18% | 0.83% | - |
| XYZ | 52.24 | 47.47 | 68.04 | - |
| YUV | 186.91 | 141.6 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 211 | 0.02 | 0.18 | 0 | 0.17 | 293.85 | 0.31 | 0.75 |
| Hex | CF | AC | D3 | 2 | 12 | 0 | 11 | 126 | 1F | 4B |
| Octal | 317 | 254 | 323 | 2 | 22 | 0 | 21 | 446 | 37 | 113 |
| Binary | 11001111 | 10101100 | 11010011 | 10 | 10010 | 0 | 10001 | 100100110 | 11111 | 1001011 |
Color Harmonies of #CFACD3
Complementary color
Monochromatic Colors of #CFACD3
Black with #CFACD3
Text Example
Text Example
White with #CFACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACD3; }
p { color: rgb(207,172,211); }
H1.HeaderClassName
{
color: #CFACD3;
}
.AnyTagClassName
{
color: #CFACD3;
}
</style>
background-color css
<style>
a { background-color: #CFACD3; }
a { background-color: rgb(207,172,211); }
div.DivClassName
{
background-color: #CFACD3;
}
.BgClassName
{
background-color: #CFACD3;
}
</style>
border-color css
<style>
span { border-color: #CFACD3; }
span { border-color: rgb(207,172,211); }
td.TdClassName
{
border-color: #CFACD3;
}
.TagClassName
{
border-color: #CFACD3;
}
</style>